scikit-learn/examples/compose
Marco Edward Gorelli 57437b5f4b
DOC use polars in plot_digits_pipe example (#28576)
2024-03-07 07:20:45 +00: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 DOC use polars in plot_digits_pipe example (#28576) 2024-03-07 07:20:45 +00: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>`.