Introduction to Machine Learning in Kaggle
I’m going through the course “Intro to Machine Learning“, and I would like to keep some notes about it. My first machine learning code Model validation In almost all applications, the relevant measure of model quality is predictive accuracy. In other words, will the model’s predictions be close to what actually happens. Mean Absolute Error (MAE) … Read more