Exploratory data analysis and prediction for rain with Machine Learning for weather in Australia in Python
Dataset source: https://www.kaggle.com/jsphyg/weather-dataset-rattle-package
-> Preprocessing, manipulating and cleaning the weatherAUS dataset to create a training dataset
-> Using the following Machine Learning algorithms to create models:
• Logistic Regression
• Naive Bayes
• Decision Trees
• Gradient Boosting Trees
• Linear SVC
• Stochastic Gradient Descent