This project is based on housing-related data to predict whether a house needs reinforcement. The dataset includes the year of construction of the house and various civil engineering-related information. This is a competition conducted on Kaggle for the course "Introduction to ML & DL".
root/
|──src/
| |── __init__.py
| |── main.py
| |── utils.py
| └── EDA.ipynb
|── data/
| |── X_test.csv
| |── train.csv
| |── data attribute information.csv
| └── train_preproc.csv
|── .gitignore
|── README.md
└── requirements.txt