-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normalize training data #28
Comments
I was trying to normalize the data, i wanted to know what kind of normalization are you looking for ? |
@howdyDp We are looking for whichever normalization technique would result in an improved accuracy score. Tip Try running And if it turns out that normalization does not improve the accuracy, then we wouldn't use normalization at all. |
Hi! I see the issue is still open, so I thought I would give this a try. This is my first contribution, I've normalised the data 3 ways and wanted to share the results. My work is in a jupyter notebook, I've forked the repo and created a new branch named 'normalisation-experiment'. I wanted to know which folder to upload this in the repo branch? |
@eve-b612 Feel free to open a pull request 🙂 You can add your code changes related to data processing to the |
Sent the pull request for review! :) |
https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html
Why?
Why normalize the training data? To check if that would improve the accuracy score.
The text was updated successfully, but these errors were encountered: