Skip to content

yuiint/Housing-Reinforcement-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Housing Reinforcement Prediction Project

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".

Module Structure

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

About

[NTU course] Introduction to ML & DL - Kaggle competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published