CSCI-6020-Machine-Learning / Jupyter

Jupyter Notebooks for Machine Learning
0 stars 0 forks source link

Fix Deprication warning CV #2

Open Gamecock opened 5 years ago

Gamecock commented 5 years ago

/Users/Finch/anaconda3/lib/python3.6/site-packages/sklearn/cross_validation.py:41: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20. "This module will be removed in 0.20.", DeprecationWarning)

Gamecock commented 5 years ago

iris-flowers-classification.ipynb

Gamecock commented 5 years ago

Also breast-cancer.ipynb depending on effort involved may need to split these into separate tickets.

Gamecock commented 5 years ago

Also used-vehicles-decision-trees.ipynb