this is the class Pattern Recognition exp and practice
- X_train, y_train: the history girl and boy data about shoe_size, weight and height
- X_test, y_test: girl and boy data collected at Year 2018
- NativeBayes(Gaussian)
- Parzen
- KNN(Nearest Neighbors)
- 优化(未封装)
- 压缩法
- 剪辑法
- 优化(未封装)
- Gradient Boosting
- 未封装
- SVM
- 未封装
- LinearRegression
- SimpleLinearRegression
- LDA(Fisher线性分类器)