/
githubmirror
/
scikit-learn
ОбзорДокументацияВойти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
scikit-learn/
examples/compose/
..
README.txt

EXA Move examples to examples/compose (#11216)

8 лет назад
plot_column_transformer.py

DOC: Correct many grammatical issues (#32820)

8 месяцев назад
plot_column_transformer_mixed_types.py

ENH: Display the number and names of output features (#31937)

4 месяца назад
plot_compare_reduction.py

DOC fix all unintentional block quotes in docs (#29848)

2 года назад
plot_digits_pipe.py

MNT Add author/license note where missing and add the linter (#29477)

2 года назад
plot_feature_union.py

CLN replace authors with the standard line (#29250)

2 года назад
plot_transformed_target.py

DOC: Remove 'print(__doc__)' in scikit-learn examples (#32529)

10 месяцев назад
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>`.