Skip to content
#

weather-prediction

Here are 39 public repositories matching this topic...

This project focuses on predicting the weather for the next day using a classification model. Both RandomForest and GradientBoosting classifiers were tested with grid search for hyperparameter tuning. The dataset used for this project is available at Kaggle.

  • Updated Jul 16, 2024
  • Jupyter Notebook

The model should predict whether is it going to rain the next day coming or it isn't. The models that have been deployed were TensorFlow Sequential, Random Forest Classifier and GradientBoostingClassifier. The best model on both training and test set was achieved with Gradient Boosting Classifier with 95.2% and 85.5% accuracy on the train and test.

  • Updated Jan 29, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the weather-prediction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the weather-prediction topic, visit your repo's landing page and select "manage topics."

Learn more