Automatically created module for IPython interactive environment
RandomizedSearchCV took 12.76 seconds for 20 candidates parameter settings.
Model with rank: 1
Mean validation score: 0.974 (std: 0.002)
Parameters: {'bootstrap': False, 'min_samples_leaf': 3, 'min_samples_split': 3, 'criterion': 'gini', 'max_features': 3, 'max_depth': None}
Model with rank: 2
Mean validation score: 0.973 (std: 0.002)
Parameters: {'bootstrap': False, 'min_samples_leaf': 1, 'min_samples_split': 5, 'criterion': 'gini', 'max_features': 2, 'max_depth': None}
Model with rank: 3
Mean validation score: 0.970 (std: 0.005)
Parameters: {'bootstrap': True, 'min_samples_leaf': 2, 'min_samples_split': 1, 'criterion': 'entropy', 'max_features': 8, 'max_depth': None}
Model with rank: 4
Mean validation score: 0.967 (std: 0.004)
Parameters: {'bootstrap': False, 'min_samples_leaf': 5, 'min_samples_split': 8, 'criterion': 'entropy', 'max_features': 3, 'max_depth': None}
Model with rank: 5
Mean validation score: 0.962 (std: 0.005)
Parameters: {'bootstrap': False, 'min_samples_leaf': 8, 'min_samples_split': 5, 'criterion': 'gini', 'max_features': 5, 'max_depth': None}
GridSearchCV took 105.05 seconds for 216 candidate parameter settings.
Model with rank: 1
Mean validation score: 0.977 (std: 0.006)
Parameters: {'bootstrap': False, 'min_samples_leaf': 1, 'min_samples_split': 1, 'criterion': 'entropy', 'max_features': 3, 'max_depth': None}
Model with rank: 2
Mean validation score: 0.976 (std: 0.003)
Parameters: {'bootstrap': True, 'min_samples_leaf': 1, 'min_samples_split': 1, 'criterion': 'entropy', 'max_features': 10, 'max_depth': None}
Model with rank: 3
Mean validation score: 0.976 (std: 0.005)
Parameters: {'bootstrap': False, 'min_samples_leaf': 1, 'min_samples_split': 1, 'criterion': 'gini', 'max_features': 10, 'max_depth': None}
Model with rank: 4
Mean validation score: 0.976 (std: 0.005)
Parameters: {'bootstrap': False, 'min_samples_leaf': 1, 'min_samples_split': 3, 'criterion': 'entropy', 'max_features': 10, 'max_depth': None}
Model with rank: 5
Mean validation score: 0.976 (std: 0.008)
Parameters: {'bootstrap': False, 'min_samples_leaf': 3, 'min_samples_split': 3, 'criterion': 'entropy', 'max_features': 10, 'max_depth': None}