Day 21 of 100 Days of AI

Today I trained a decision tree model on weather data from the honors lab I’m completing.

The model achieves a 83% accuracy on predicting if it will rain or not, using historical data. The chart below shows the decision tree steps.

More performance metrics can be viewed below.

I’ve put the code on Github.

A quick update on the honors assignments I’m completing:

  1. Linear Regression – completed.
  2. KNN – completed
  3. Decision Trees – to do
  4. Logistic Regression – to do
  5. SVM – to do