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.
- Host: GitHub
- URL: https://github.com/97k/damage-done-by-earthquake
- Owner: 97k
- Created: 2018-08-10T18:13:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T01:49:59.000Z (almost 8 years ago)
- Last Synced: 2025-11-19T19:24:20.280Z (7 months ago)
- Language: Jupyter Notebook
- Size: 1010 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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