Studied Decision Trees
Studied Machine Learning
Day 9 - 30DaysOfML with Kaggle

Completed Lesson 3 - First ML Model 

Few notes:
  • A quick explanation about building a model, from exploring the data, feature selection, fitting the data to the model, and getting the predictions.
  • Worked on Iowa House price dataset
  • Learned a bit more about Decision Trees, specifically about doing regression using the DecisionTreeRegresor from sklearn.