Open bvoight opened 5 years ago
sklearn.cross_validation
appears to be defunct, replaced with .model_selection
eg., cel 6 should be:
from sklearn.model_selection import train_test_split
finally! 🎉
This was out of date last year ago but cocalc never updated their version, so we had to stick with the deprecated one.
sklearn.cross_validation
appears to be defunct, replaced with .model_selection
eg., cel 6 should be:
from sklearn.model_selection import train_test_split