iiitl / Regression

This repository hosts a project centered around conducting regression analyses using our specific dataset.
MIT License
0 stars 14 forks source link

Implemented Feature Scaling #3 #14

Closed NeonKazuha closed 8 months ago

NeonKazuha commented 8 months ago

Implemented feature scaling using MinMaxScaler from sklearn.preprocessing. Screenshot 2024-03-15 135608 Scaled all the values in all the features between a range of 0 and 1. Screenshot 2024-03-15 135619

NeonKazuha commented 8 months ago

@darshbaxi @rootCircle Please review.

darshbaxi commented 8 months ago

@NeonKazuha I noticed that the commit message could be improved for clarity.