Skip to content

Latest commit

 

History

History
135 lines (71 loc) · 3.72 KB

File metadata and controls

135 lines (71 loc) · 3.72 KB

Preprocessing

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

.. only:: html

  .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_plot_all_scaling_thumb.png
    :alt: Compare the effect of different scalers on data with outliers

  :ref:`sphx_glr_auto_examples_preprocessing_plot_all_scaling.py`
Compare the effect of different scalers on data with outliers
.. only:: html

  .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_plot_discretization_strategies_thumb.png
    :alt: Demonstrating the different strategies of KBinsDiscretizer

  :ref:`sphx_glr_auto_examples_preprocessing_plot_discretization_strategies.py`
Demonstrating the different strategies of KBinsDiscretizer
.. only:: html

  .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_plot_discretization_classification_thumb.png
    :alt: Feature discretization

  :ref:`sphx_glr_auto_examples_preprocessing_plot_discretization_classification.py`
Feature discretization
.. only:: html

  .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_plot_scaling_importance_thumb.png
    :alt: Importance of Feature Scaling

  :ref:`sphx_glr_auto_examples_preprocessing_plot_scaling_importance.py`
Importance of Feature Scaling
.. only:: html

  .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_plot_map_data_to_normal_thumb.png
    :alt: Map data to a normal distribution

  :ref:`sphx_glr_auto_examples_preprocessing_plot_map_data_to_normal.py`
Map data to a normal distribution
.. only:: html

  .. image:: /auto_examples/preprocessing/images/thumb/sphx_glr_plot_discretization_thumb.png
    :alt: Using KBinsDiscretizer to discretize continuous features

  :ref:`sphx_glr_auto_examples_preprocessing_plot_discretization.py`
Using KBinsDiscretizer to discretize continuous features
.. toctree::
   :hidden:

   /auto_examples/preprocessing/plot_all_scaling
   /auto_examples/preprocessing/plot_discretization_strategies
   /auto_examples/preprocessing/plot_discretization_classification
   /auto_examples/preprocessing/plot_scaling_importance
   /auto_examples/preprocessing/plot_map_data_to_normal
   /auto_examples/preprocessing/plot_discretization