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)
in, e.g.
pytest dask_searchcv/tests/test_model_selection.py::test_pipeline_feature_union
Lots of warnings like
I'll take a look this afternoon.