Machine learning exercises from: https://github.com/ageron/handson-ml following the hands on machine learning textbook
important things to consider (from ML recipe #3):
- Make sure features aren't duplicated e.g. height in inches and height in centimeters
- Make sure your features are easy to understand
- Try to figure out the best features to use which will help you classify correctly
- try to avoid useless features as they can mess up your data sets
link to google tutorials on Machine learning: https://www.youtube.com/watch?v=N9fDIAflCMY