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

https://github.com/97k/damage-done-by-earthquake

Determine degree of damage done to a building post an earthquake on grade scale of 1 to 5. Beautiful Notebook with data visualisations.
https://github.com/97k/damage-done-by-earthquake

Last synced: 1 day ago
JSON representation

Determine degree of damage done to a building post an earthquake on grade scale of 1 to 5. Beautiful Notebook with data visualisations.

Awesome Lists containing this project

README

          

# Predict Damage done to building, post an earthquake on scale of 1-5!
This can help identify safe and unsafe buildings, thus avoiding death and injuries resulting from aftershocks.

The code to this can be found in the notebook EarthquakePrediction.ipynb or [click here](https://github.com/aditya98ak/Damage-done-by-earthquake/blob/master/EarthquakePrediction.ipynb).

You can download the dataset from [here](https://www.hackerearth.com/challenge/competitive/machine-learning-challenge-6-1/)

## To run locally you'll need the following python packages
Use conda python distribution or install these via pip!
- NumPy
- Pandas
- Scikit-Learn
- Jupyter Notebook