Python_Notes
search
⌘Ctrlk
Python_Notes
  • 介绍
  • Basic Syntax
  • Standard Modules
  • Python Web
  • Python BigData
    • sklearn
      • Preprocessing预处理
      • Feature Selection特征选择
      • Estimator预测器
        • Regression
        • Clustering
        • Classification
          • Trees
          • Naive Bayes
          • Nearest Neighbors
          • Gaussian Processes
          • Cross decomposition
      • 算法融合
      • Pipeline管道
      • Model Selection模型选择,算法评估
    • NumPy
    • SciPy
    • matplotlib
  • Python Spider
  • Python Hacker
  • Other Packages
  • Debug
  • inside Packages
  • Python APP
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Python BigDatachevron-right
  2. sklearnchevron-right
  3. Estimator预测器

Classification

Treeschevron-rightNaive Bayeschevron-rightNearest Neighborschevron-rightGaussian Processeschevron-rightCross decompositionchevron-right
PreviousClusteringchevron-leftNextTreeschevron-right

Last updated 7 years ago