Machine-Learning-with-Python icon indicating copy to clipboard operation
Machine-Learning-with-Python copied to clipboard

Update use_Ridge.py

Open ChengRen1992 opened this issue 7 years ago • 0 comments

from sklearn import cross_validation改为 from sklearn.model_selection import train_test_split

ChengRen1992 avatar Mar 02 '18 04:03 ChengRen1992