- The final project for the Machine Learning segment of IBM's Data Science certificate is optinal and labeled as Honors. In the project, a rainfall dataset from the Australian Government's Bureau of Meteorology will be used. The dataset will be cleaned and different classification algorithms will be applied to the data.
- Linear Regression
- KNN
- Decision Trees
- Logistic Regression
- SVM
The results are reported as the accuracy of each classifier, using the following metrics when these are applicable:
- Accuracy Score
- Jaccard Index
- F1-Score
- LogLoss
- Mean Absolute Error
- Mean Squared Error
- R2-Score