- Scaling methods: None, StandardScaler, MinMaxScaler, MaxAbsScaler, RobustScaler, Normalizer
- Score method: r2, f1 (Logistic Regression)
- Score is calculated by:
- Choose Scaling method then predict 100 times
- Get the Mean value of 100 times prediction
Score is the highest Mean of 100 times prediction of each Scaling methods
- Best Scaler: RobustScaler
- Score: 0.9
- Best Scaler: MaxAbsScaler
- Score: 0.784
- Best Scaler: MinMaxScaler
- Score: 0.776
- Best Scaler: None
- Score: 0.769
- Best Scaler: MinMaxScaler
- Score: 0.759
- Best Scaler: MinMaxScaler
- Score: 0.759
- Best Scaler: None
- Score: 0.757
- Best Scaler: MinMaxScaler
- Score: 0.743
- Best Scaler: MaxAbsScaler
- Score: 0.729
- Best Scaler: None
- Score: 0.63
- Best Scaler: MaxAbsScaler
- Score: 0.517