Python Rain Predictor

port1

Summary:

This was a machine learning project done for my machine learning course. I did this project with one other student. The project takes a set of weather data and runs a "Random Forest Binary Classifier" over it to then be able to predict whether or not it will rain the following day based on certain weather attributes.

My Role:

This project was very collabrative and done nearly completely together.

Technologies Used:

  • Python
  • Google Colab
  • Sklearn's Random Forest Classifier
  • Notable Features:

  • Predict chance it will rain the following day
  • Project Demonstration:

    Github: https://github.com/lshearer20/Rain-Predictor