home archives github knives links
tags python numpy sklearn matplotlib
categories
only title title and content
python之sklearn

NumPy

ndarray

菜鸟教程

模块导入

from sklearn.model_selection import train_test_split

函数调用

cross_val_score(knn, X, y, cv = 10, scoring = 'neg_mean_squared_error')

前4个参数视具体情况而定

图像化工具matplotlib

亂七八糟的問題

有些平台安装部分模块不能通过pip安装?