In order to fix #11408, this swaps `joblib` and `_joblib`. It however, allows users to access joblib's `Memory` or `Parallel` functionality without accessing `sklearn.externals._joblib` by importing `Memory`, `Parallel`, etc. into `sklearn.utils`. |
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_column_transformer.py | ||
| plot_column_transformer_mixed_types.py | ||
| plot_compare_reduction.py | ||
| plot_digits_pipe.py | ||
| plot_feature_union.py | ||
| plot_transformed_target.py | ||
README.txt
.. _compose_examples: Pipelines and composite estimators ---------------------------------- Examples of how to compose transformers and pipelines from other estimators. See the :ref:`User Guide <combining_estimators>`.