scikit-learn/examples/compose
Olivier Grisel 3ab6c8cf0c
MAINT Update fetch_openml to use the auto parser by default (#27802)
2023-11-20 11:20:20 +01:00
..
README.txt EXA Move examples to examples/compose (#11216) 2018-06-11 15:06:21 +08:00
plot_column_transformer.py ENH Allow fitting PCA on sparse X with arpack solvers (#18689) 2023-11-07 10:42:50 +00:00
plot_column_transformer_mixed_types.py MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
plot_compare_reduction.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_digits_pipe.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_feature_union.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_transformed_target.py MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01: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>`.