Skip to content

skyhuang1208/tbrain-realestate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBrain - E.SUN House Price Prediction

4th place solution to the TBrain competition - E.SUN AI Open Competition Summer 2019 - House Price Prediction (玉山人工智慧公開挑戰賽2019夏季賽 - 台灣不動產AI神預測)

Contributors

Achievement

We won 4th place out of 766 teams (top 0.5%) with private leaderboard score 6210.877.

Leaderboard

Documentation

Structure

  • dataset - place input dataset train.csv and test.csv
    • gen_5_fold_cv.ipynb - generate 5-fold CV dataset
  • eda-and-exp/ - contains notebooks for exploratory data analysis and various experiments
    • eda* - exploratory data analysis
    • exp* - experiments
  • model-<model_number>-build-<model_name>.ipynb/.py - parameters search with small training step for single model
  • model-<model_number>-predict-<model_name>.ipynb/.py - complete single model training process and prediction. Output single model CV and test set prediction for stacking
  • stack_<stack_method>_<stacking_model_number>_<model_numbers_used>.ipynb - stacking model from single models in <model_numbers_used>. Output to final test set prediction for submission.
  • feature_engineering.py - label encoders and feature scalers
  • keras_get_best.py - early stop callback for keras
  • utilities.py - utility functions including scoring, feature processing, ..., etc
  • vars_03.py - feature importance computed by experiments for feature selection
  • loss_exp.ipynb - experiment on the smooth hit rate loss function
  • price_quantizer*.ipynb - quantize predicted price used by stack 16 and 18

How it work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published