Python_Notes
Ctrlk
  • 介绍
  • 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
Powered by GitBook
On this page
  1. Python BigData
  2. sklearn
  3. Estimator预测器
  4. Classification

Gaussian Processes

PreviousKDTree和BallTree类NextCross decomposition

Last updated 7 years ago