Skip to content

Commit

Permalink
correccion en nuevo importe de test_split de sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
jbagnatoMacPro committed Feb 1, 2019
1 parent 1445654 commit 88bec7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ejercicio_CNN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"import re\n",
"import matplotlib.pyplot as plt\n",
"%matplotlib inline\n",
"from sklearn.cross_validation import train_test_split\n",
"from sklearn.model_selection import train_test_split\n",
"from sklearn.metrics import classification_report"
]
},
Expand Down

0 comments on commit 88bec7d

Please sign in to comment.