- This is Rainfall Prediction Model made using Python, Numpy, Matplotlib, Pandas, Scikit-Learn.
- This Project take the use of Logarithmic Regression as Linear Regression accuracy is not good on the dataset.
- This Model take use of Basic dataset of multiple weather parameter such as
TempAvgF
,DewPointAvgF
,HumidityAvgPercent
,SeaLevelPressureAvgInches
,WindAvgMPH
for Rainfall Prediction.
> This take the use of Dataset generated with the help of Claude AI.
> This dataset is for educational purposes only and contains simulated data.
- In Linear Regression model - accuracy = 18.70 %
(Not fit for prediction)
- In Logarithmic regression - accuracy = 85.05 %.
Contributions are welcome! Please feel free to submit issues and pull requests.
This project is licensed under the MIT License.