scikit-learn/examples/compose
Joel Nothman 14e7c328df Restructure access to vendored/site Joblib (#11471)
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`.
2018-07-17 18:02:11 +02:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py [MRG] Examples fixes (#11539) 2018-07-16 10:46:43 +02:00
plot_column_transformer_mixed_types.py MAINT update CategoricalEncoder into OneHotEncoder in example 2018-06-21 11:46:29 +02:00
plot_compare_reduction.py Restructure access to vendored/site Joblib (#11471) 2018-07-17 18:02:11 +02:00
plot_digits_pipe.py EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_feature_union.py EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_transformed_target.py EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00

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>`.