Skip to content

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

1 participant