Fitting 8 folds for each of 2 candidates, totalling 16 fits
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5, score=0.844070 - 1.6min
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5, score=0.858414 - 1.5min
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5, score=0.847333 - 1.9min
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5, score=0.817342 - 1.7min
[Parallel(n_jobs=1)]: Done 1 tasks | elapsed: 1.6min
[Parallel(n_jobs=1)]: Done 4 tasks | elapsed: 6.6min
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5, score=0.820589 - 1.5min
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5, score=0.843786 - 1.6min
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5, score=0.839579 - 1.8min
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=350, subsample=0.95, seed=4242, max_depth=5, score=0.838620 - 1.6min
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5, score=0.845221 - 1.2min
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5, score=0.857566 - 56.0s
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5, score=0.846977 - 49.8s
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5, score=0.817106 - 52.2s
[Parallel(n_jobs=1)]: Done 7 tasks | elapsed: 11.6min
[Parallel(n_jobs=1)]: Done 12 tasks | elapsed: 17.0min
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5, score=0.820825 - 50.5s
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5, score=0.844130 - 50.5s
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5, score=0.839860 - 52.9s
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5
[CV] colsample_bytree=0.85, learning_rate=0.04, n_estimators=200, subsample=0.95, seed=4242, max_depth=5, score=0.838832 - 50.6s
[Parallel(n_jobs=1)]: Done 16 out of 16 | elapsed: 20.4min finished
Out[38]:
GridSearchCV(cv=sklearn.cross_validation.StratifiedKFold(labels=[0 0 ..., 0 0], n_folds=8, shuffle=True, random_state=1027),
error_score='raise',
estimator=XGBClassifier(base_score=0.5, colsample_bylevel=1, colsample_bytree=1,
gamma=0, learning_rate=0.1, max_delta_step=0, max_depth=3,
min_child_weight=1, missing=None, n_estimators=100, nthread=-1,
objective='binary:logistic', reg_alpha=0, reg_lambda=1,
scale_pos_weight=1, seed=0, silent=True, subsample=1),
fit_params={}, iid=True, n_jobs=1,
param_grid={'colsample_bytree': [0.85], 'learning_rate': [0.04], 'n_estimators': [350, 200], 'subsample': [0.95], 'seed': [4242], 'max_depth': [5]},
pre_dispatch='2*n_jobs', refit=True, scoring='roc_auc', verbose=10)