Open TripleRD opened 5 years ago
'from sklearn.decomposition import RandomizedPCA' changed to 'from sklearn.decomposition import PCA as RandomizedPCA'
'from sklearn.cross_validation import train_test_split' changed to 'from sklearn.model_selection import train_test_split'
'from sklearn.grid_search import GridSearchCV' changed to 'from sklearn.model_selection import GridSearchCV'
'from sklearn.decomposition import RandomizedPCA' changed to 'from sklearn.decomposition import PCA as RandomizedPCA'
'from sklearn.cross_validation import train_test_split' changed to 'from sklearn.model_selection import train_test_split'
'from sklearn.grid_search import GridSearchCV' changed to 'from sklearn.model_selection import GridSearchCV'