Closed NeonKazuha closed 8 months ago
Implemented feature scaling using MinMaxScaler from sklearn.preprocessing. Scaled all the values in all the features between a range of 0 and 1.
@darshbaxi @rootCircle Please review.
@NeonKazuha I noticed that the commit message could be improved for clarity.
Implemented feature scaling using MinMaxScaler from sklearn.preprocessing. Scaled all the values in all the features between a range of 0 and 1.