We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f727eda commit 3727476Copy full SHA for 3727476
src/py3.x/ML/3.DecisionTree/DTSklearn.py
@@ -6,7 +6,7 @@
6
from sklearn import tree
7
from sklearn.metrics import precision_recall_curve
8
from sklearn.metrics import classification_report
9
-from sklearn.cross_validation import train_test_split
+from sklearn.model_selection import train_test_split
10
11
12
def createDataSet():
0 commit comments