Skip to content

sklearn Package update #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: package-updates
Choose a base branch
from
Open

sklearn Package update #206

wants to merge 1 commit into from

Conversation

TripleRD
Copy link

  1. 'from sklearn.decomposition import RandomizedPCA' changed to 'from sklearn.decomposition import PCA as RandomizedPCA'

  2. 'from sklearn.cross_validation import train_test_split' changed to 'from sklearn.model_selection import train_test_split'

  3. 'from sklearn.grid_search import GridSearchCV' changed to 'from sklearn.model_selection import GridSearchCV'

1. 'from sklearn.decomposition import RandomizedPCA' changed to 'from sklearn.decomposition import PCA as RandomizedPCA'

2. 'from sklearn.cross_validation import train_test_split' changed to 'from sklearn.model_selection import train_test_split'

3.  'from sklearn.grid_search import GridSearchCV' changed to 'from sklearn.model_selection import GridSearchCV'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant