ajooani / Data-Normalization

Normalizing | Preprocessing | scaling of data

Repository from Github https://github.comajooani/Data-NormalizationRepository from Github https://github.comajooani/Data-Normalization

Data-Normalization


Python: 3.7.6 Pycharm 2020.3.3

Decimal Scaling Method For Normalization (Decimal_scaling.py)

It normalizes by moving the decimal point of values of the data. To normalize the data by this technique, we divide each value of the data by the maximum absolute value of data. The data value, vi, of data is normalized to vi‘ by using the formula Vi' = Vi/(10^j)

Requirement:

numpy==1.21.6 pandas==1.3.5