六大板块

分类 回归 聚类 数据降维 数据预处理 特征抽取

统一API

estimator.fit(X_train,[y_train]) estimator.fit(X_train,[y_train])
estimator.predict(X_test) estimator.transform(X_test)
适应于 适应于
Classification Preprocessing
Regression Dimensionality Reduction
Clustering Feature Extraction
  • | Feature selection

相关文章:

  • 2021-05-29
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2021-05-06
  • 2021-12-20
猜你喜欢
  • 2021-04-06
  • 2021-06-16
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2021-12-24
相关资源
相似解决方案