Day 18 of 100 Days of AI
Today I started the bonus material of the intro to ML course I’ve been doing. I’ll be working with weather data will practise all the key topics I covered in the course. Key areas include:
- Linear Regression – completed.
- KNN – to do
- Decision Trees – to do
- Logistic Regression – to do
- SVM – to do
I’ll then assess all the above techniques using the following evaluation metrics.
- Accuracy Score
- Jaccard Index
- F1-Score
- LogLoss
- Mean Absolute Error
- Mean Squared Error
- R2-Score
I’ve started with linear regression. The code for this is here. I’ll work through the remainder in the coming days.