Machine-Learning-with-Python
Machine-Learning-with-Python copied to clipboard
内容摘自'中国大学MOOC'
Results
3
Machine-Learning-with-Python issues
Sort by
recently updated
recently updated
newest added
It lacks "[]"
from sklearn import cross_validation改为 from sklearn.model_selection import train_test_split
在24,25行中应该是y[start : end]