Skip to content

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.

License

Notifications You must be signed in to change notification settings

muhammadravi251001/predicting-earthquake-damage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 fourth 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published