Is the data normalised before model training?

Modified on Wed, 12 Jul, 2023 at 3:34 PM

Yes, all data is normalised before model training or predictions. Each input and output are scaled separately. The scaling is also applied to any data point which is used for predictions. The scaling method is pre-defined and currently there is no option for the user to change this.

Minmax scaling

For some models minmax scaling is used. Minmax scaling uses the minimum and maximum values of a column to scale it linearly to the range [0, 1]:

The following models use this method:

Standard scaling

For all other tabular models a standard scaler is used. Standard scaling uses the mean and the standard deviation of a column to scale it linearly:

The models using standard scaler are:

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article