Skip to content

Commit 3727476

Browse files
authored
Update DTSklearn.py
1 parent f727eda commit 3727476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py3.x/ML/3.DecisionTree/DTSklearn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from sklearn import tree
77
from sklearn.metrics import precision_recall_curve
88
from sklearn.metrics import classification_report
9-
from sklearn.cross_validation import train_test_split
9+
from sklearn.model_selection import train_test_split
1010

1111

1212
def createDataSet():

0 commit comments

Comments
 (0)