dask / dask-searchcv

dask-searchcv is now part of dask-ml: https://github.com/dask/dask-ml
BSD 3-Clause "New" or "Revised" License
240 stars 43 forks source link

COMPAT: /Users/taugspurger/Envs/dask-dev/lib/python3.6/site-packages/scikit-learn/sklearn/base.py:114: DeprecationWarning: Estimator Pipeline modifies parameters in __init__. #59

Closed TomAugspurger closed 7 years ago

TomAugspurger commented 7 years ago

in, e.g. pytest dask_searchcv/tests/test_model_selection.py::test_pipeline_feature_union

Lots of warnings like

  /Users/taugspurger/Envs/dask-dev/lib/python3.6/site-packages/scikit-learn/sklearn/base.py:114: DeprecationWarning: Estimator Pipeline modifies parameters in __init__. This behavior is deprecated as of 0.18 and support for this behavior will be removed in 0.20.
    % type(estimator).__name__, DeprecationWarning)

I'll take a look this afternoon.

TomAugspurger commented 7 years ago

Seems to have been an issue with the specific version of scikit-learn dev I had checked out. I can't reproduce on the latest version of master.