All Projects → LenzDu → Kaggle-Competition-Sberbank

LenzDu / Kaggle-Competition-Sberbank

Licence: MIT license
Top 1% rankings (22/3270) code sharing for Kaggle competition Sberbank Russian Housing Market: https://www.kaggle.com/c/sberbank-russian-housing-market

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kaggle-Competition-Sberbank

fast retraining
Show how to perform fast retraining with LightGBM in different business cases
Stars: ✭ 56 (+80.65%)
Mutual labels:  kaggle, xgboost, lightgbm
HyperGBM
A full pipeline AutoML tool for tabular data
Stars: ✭ 172 (+454.84%)
Mutual labels:  xgboost, lightgbm, ensemble-learning
stackgbm
🌳 Stacked Gradient Boosting Machines
Stars: ✭ 24 (-22.58%)
Mutual labels:  xgboost, lightgbm, ensemble-learning
Awesome Decision Tree Papers
A collection of research papers on decision, classification and regression trees with implementations.
Stars: ✭ 1,908 (+6054.84%)
Mutual labels:  xgboost, lightgbm, ensemble-learning
Mlbox
MLBox is a powerful Automated Machine Learning python library.
Stars: ✭ 1,199 (+3767.74%)
Mutual labels:  kaggle, xgboost, lightgbm
Apartment-Interest-Prediction
Predict people interest in renting specific NYC apartments. The challenge combines structured data, geolocalization, time data, free text and images.
Stars: ✭ 17 (-45.16%)
Mutual labels:  kaggle, xgboost, lightgbm
MSDS696-Masters-Final-Project
Earthquake Prediction Challenge with LightGBM and XGBoost
Stars: ✭ 58 (+87.1%)
Mutual labels:  kaggle, xgboost, lightgbm
HumanOrRobot
a solution for competition of kaggle `Human or Robot`
Stars: ✭ 16 (-48.39%)
Mutual labels:  kaggle, xgboost, lightgbm
Open Solution Home Credit
Open solution to the Home Credit Default Risk challenge 🏡
Stars: ✭ 397 (+1180.65%)
Mutual labels:  kaggle, xgboost, lightgbm
Benchmarks
Comparison tools
Stars: ✭ 139 (+348.39%)
Mutual labels:  kaggle, xgboost, lightgbm
docker-kaggle-ko
머신러닝/딥러닝(PyTorch, TensorFlow) 전용 도커입니다. 한글 폰트, 한글 자연어처리 패키지(konlpy), 형태소 분석기, Timezone 등의 설정 등을 추가 하였습니다.
Stars: ✭ 46 (+48.39%)
Mutual labels:  kaggle, xgboost, lightgbm
JLBoost.jl
A 100%-Julia implementation of Gradient-Boosting Regression Tree algorithms
Stars: ✭ 65 (+109.68%)
Mutual labels:  xgboost, lightgbm
kaggle-recruit-restaurant
🏆 Kaggle 8th place solution
Stars: ✭ 102 (+229.03%)
Mutual labels:  kaggle, lightgbm
kaggle-berlin
Material of the Kaggle Berlin meetup group!
Stars: ✭ 36 (+16.13%)
Mutual labels:  kaggle, xgboost
kaggle getting started
Kaggle getting started competition examples
Stars: ✭ 18 (-41.94%)
Mutual labels:  kaggle, xgboost
autogbt-alt
An experimental Python package that reimplements AutoGBT using LightGBM and Optuna.
Stars: ✭ 76 (+145.16%)
Mutual labels:  kaggle, lightgbm
recsys2019
The complete code and notebooks used for the ACM Recommender Systems Challenge 2019
Stars: ✭ 26 (-16.13%)
Mutual labels:  xgboost, lightgbm
decision-trees-for-ml
Building Decision Trees From Scratch In Python
Stars: ✭ 61 (+96.77%)
Mutual labels:  xgboost, lightgbm
neptune-client
📒 Experiment tracking tool and model registry
Stars: ✭ 348 (+1022.58%)
Mutual labels:  xgboost, lightgbm
kaggle-plasticc
Solution to Kaggle's PLAsTiCC Astronomical Classification Competition
Stars: ✭ 50 (+61.29%)
Mutual labels:  kaggle, lightgbm

Kaggle-Competition-Sberbank

Top 1% rankings (22/3270) code sharing for Kaggle competition Sberbank Russian Housing Market: https://www.kaggle.com/c/sberbank-russian-housing-market

  • Data.py: Data cleaning and feature engineering
  • Exploration.py: Used for unorganized data exploration
  • Model.py: Main model (xgboost)
  • BaseModel.py: Base models for ensembling
  • lightGBM.py: lightgbm model for ensembling
  • Stacking.py: model stacking (final model)

Final pipeline: Raw data → Data.py → Stacking.py.
Model.py, BaseModel.py and lightGBM.py are not used for the final output.
Original data set can be downloaded from the competition page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].