Skip to content

Commit

Permalink
Update DTSklearn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liamlycoder authored May 12, 2018
1 parent bad8521 commit 7b32948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py3.x/ML/3.DecisionTree/DTSklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from sklearn import tree
from sklearn.metrics import precision_recall_curve
from sklearn.metrics import classification_report
from sklearn.cross_validation import train_test_split
from sklearn.model_selection import train_test_split


def createDataSet():
Expand Down

0 comments on commit 7b32948

Please sign in to comment.