Back to Portfolio

Rainfall Prediction Using Classification Algorithms: A ML Project
In this project, I used the weatherAUS.csv dataset which includes weather observations from 2008 to 2017. The implemented algorithms were Linear Regression, Decision Tree, Logistic Regression, and SVM. I evaluated each model using performance metrics such as Accuracy Score, Mean Squared Error and R2-Score.
PythonMachine LearningClassificationSVMDecision Tree
Detailed information is available on GitHub.