Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhiramdodda/rainfall_prediction
Machine Learning model built on Telangana dataset cropped from Indian weather dataset merged with average temperature dataset
https://github.com/abhiramdodda/rainfall_prediction
numpy pandas python3 scikit-learn scikitlearn-machine-learning
Last synced: 6 days ago
JSON representation
Machine Learning model built on Telangana dataset cropped from Indian weather dataset merged with average temperature dataset
- Host: GitHub
- URL: https://github.com/abhiramdodda/rainfall_prediction
- Owner: AbhiramDodda
- License: gpl-3.0
- Created: 2022-07-25T10:25:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T13:48:02.000Z (8 months ago)
- Last Synced: 2024-03-10T14:54:59.336Z (8 months ago)
- Topics: numpy, pandas, python3, scikit-learn, scikitlearn-machine-learning
- Language: Python
- Homepage:
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rainfall_Prediction
My first Machine Learning ModelI did this project as a part of AAC, an academic club in my college.
### Dataset
The dataset we used is croped from the original dataset found on Kaggle. We wanted to predict average annual rainfall. The dataset initially did not have average temperatures column so we had to take another dataset which had annual average temperatures and merged both.### Model
The model we used is multiple linear regression.