Skip to content

End-to-end Rainfall Prediction pipeline using Python. Implements data cleaning, feature engineering (Season), preprocessing, and multiple ML models (Random Forest, XGBoost, SVM, KNN, Logistic Regression, Gradient Boosting) with hyperparameter tuning, evaluation, and model comparison.

License

Notifications You must be signed in to change notification settings

pathananas2007/Rainfall-Prediction-Classifier-Using-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rainfall Prediction Classifier Using Machine Learning

Python License Open in Colab

Author: @pathananas2007


📄 About

End-to-end Rainfall Prediction pipeline using Python. Implements data cleaning, feature engineering (Season), preprocessing, and multiple ML models (Random Forest, XGBoost, SVM, KNN, Logistic Regression, Gradient Boosting) with hyperparameter tuning, evaluation, and model comparison.


📊 Dataset


🐍 Python Version

This project is tested with Python 3.11.


🛠 Dependencies

All required libraries are listed in requirements.txt. Key packages:

  • pandas
  • numpy
  • scikit-learn
  • xgboost
  • matplotlib
  • seaborn

ROC Curve Comparison

![ROC Curve](roc_curve

)

Install dependencies with:

pip install -r requirements.txt

About

End-to-end Rainfall Prediction pipeline using Python. Implements data cleaning, feature engineering (Season), preprocessing, and multiple ML models (Random Forest, XGBoost, SVM, KNN, Logistic Regression, Gradient Boosting) with hyperparameter tuning, evaluation, and model comparison.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published