Skip to content

arnavgarg123/Bangladesh-Rainfall

Repository files navigation

Bangladesh-Rainfall

Analyzing the rainfall in Bangladesh over the years and predicting the amount of rainfall (in mm) in future. The data-set being used is a time series data-set. A comparison is made between multiple Machine learning algorithm.

Motivation

Project was created to make comparison (of accuracy) between different types of Machine learning Algorithms. The goal of the project is to tune the algorithms in such a way that the accuracy of prediction is maximized.

Data-set

Data-set being used in this project can be found on kaggle or you can use this link to go directly to the data-set

Screen shots

Actual data -> Red dot, Green line
Predicted data -> Blue line

  • Full year plot alt text
  • Month Wise plot alt text Similar Plots available in project for all Four algorithm used in comparison.

How to use?

Clone

Setup

  • Make surer you have jupyter notebook installed on your system with python 3 kernel.
  • Using terminal/cmd navigate to the folder containing the files of this repo and run the command juputer-notebook.
  • Now open BangladeshRainfall.ipynb file on jupyter notebook.

Contributing

Step 1

Step 2

  • HACK AWAY!

Step 3

  • Create a new pull request

License

License
This project is licensed under the MIT License - see the LICENSE.md file for details