MCPcopy Create free account
hub / github.com/scikit-learn/scikit-learn / plot_all_scaling.py

File plot_all_scaling.py

examples/preprocessing/plot_all_scaling.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2=============================================================
3Compare the effect of different scalers on data with outliers
4=============================================================

Callers

nothing calls this directly

Calls 11

fetch_california_housingFunction · 0.90
StandardScalerClass · 0.90
MinMaxScalerClass · 0.90
MaxAbsScalerClass · 0.90
RobustScalerClass · 0.90
PowerTransformerClass · 0.90
QuantileTransformerClass · 0.90
NormalizerClass · 0.90
minmax_scaleFunction · 0.90
make_plotFunction · 0.85
fit_transformMethod · 0.45

Tested by

no test coverage detected