Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

muhammadravi251001/predicting-earthquake-damage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

predicting-earthquake-damage

The code is for predicting the severity of the impact of an earthquake on a building. Classification is performed through several experiments, including using models like Logistic Regression, SVM, XGBoost, Neural Networks, and Random Classifier; with the highest configuration search using Grid Search and Randomized Search; as well as based on the highest feature correlations (with an experimentally adjustable THRESHOLD) as the main predictor features of the model.

This code successfully achieved third place on the public leaderboard of the ML Olympiad 2024.

You can cite the olympiad/competition in:

@misc{ml-olympiad-predicting-earthquake-damage,
author = {Tensor Girl},
title = {ML Olympiad - Predicting Earthquake Damage},
publisher = {Kaggle},
year = {2024},
url = {https://kaggle.com/competitions/ml-olympiad-predicting-earthquake-damage}
}

About

Code for predicting the severity of earthquake impact on buildings through various experiments, utilizing models like Logistic Regression, SVM, XGBoost, Neural Networks, and Random Classifier. It employs Grid Search and Randomized Search for optimal configuration and relies on feature correlations as primary predictors, adjustable with a threshold.

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors