scikit-learn/examples/preprocessing
Stefanie Senger 8ccaf0da1d
DOC Add links to preprocessing examples in docstrings and userguide (#26877)
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-08-24 15:15:41 +02:00
..
README.txt DOC minor sphinx fixes 2015-06-04 16:29:19 -04:00
plot_all_scaling.py DOC Add links to preprocessing examples in docstrings and userguide (#26877) 2023-08-24 15:15:41 +02:00
plot_discretization.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_discretization_classification.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_discretization_strategies.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_map_data_to_normal.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_scaling_importance.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_target_encoder.py DOC Improve target encoder User Guide (#26643) 2023-06-23 10:28:54 +02:00
plot_target_encoder_cross_val.py DOC Improve `plot_target_encoder_cross_val.py` example (#26677) 2023-07-27 09:52:03 -04:00

README.txt

.. _preprocessing_examples:

Preprocessing
-------------

Examples concerning the :mod:`sklearn.preprocessing` module.