We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f5003 commit cc012daCopy full SHA for cc012da
demo/guide-python/sklearn_parallel.py
@@ -14,7 +14,7 @@
14
set_start_method("forkserver")
15
16
import numpy as np
17
- from sklearn.grid_search import GridSearchCV
+ from sklearn.model_selection import GridSearchCV
18
from sklearn.datasets import load_boston
19
import xgboost as xgb
20
0 commit comments