paddockpass/ML/udemy/NOTES.md

5 lines
358 B
Markdown
Raw Normal View History

2019-09-16 08:45:51 +02:00
# SECTION 2
* you need to split the training set and a test set to balance the machine learning (you train on the test set and test those assumptions on the test set)
2019-09-29 12:39:38 +02:00
? what is categorical data, why whould you use it?
* feature scaling: put all values on the same scale so the larger number do not destroy other numbers => standardisation ou normalisation