Updated sklearn_parallel.py for soon-to-be-deprecated modules (#2134)

This commit is contained in:
Yang Zhang 2017-03-22 17:18:15 -04:00 committed by Yuan (Terry) Tang
parent f6f5003f79
commit cc012dac68

View File

@ -14,7 +14,7 @@ if __name__ == "__main__":
set_start_method("forkserver")
import numpy as np
from sklearn.grid_search import GridSearchCV
from sklearn.model_selection import GridSearchCV
from sklearn.datasets import load_boston
import xgboost as xgb