Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Rainfall_Prediction
My first Machine Learning Model

I 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.