All Projects → Cuongvn08 → tensorflow_kaggle_house_price

Cuongvn08 / tensorflow_kaggle_house_price

Licence: other
[Done] Master version: developed the stacked regression (score 0.11, top 5%) based on (xgboost, sklearn). Branch v1.0: developed linear regression (score 0.45) based on Tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tensorflow kaggle house price

RobustTrees
[ICML 2019, 20 min long talk] Robust Decision Trees Against Adversarial Examples
Stars: ✭ 62 (+148%)
Mutual labels:  xgboost
Automatic-Stock-Trading
Trading Algorithm by XGBoost
Stars: ✭ 58 (+132%)
Mutual labels:  xgboost
kaggle getting started
Kaggle getting started competition examples
Stars: ✭ 18 (-28%)
Mutual labels:  xgboost
handson-ml
도서 "핸즈온 머신러닝"의 예제와 연습문제를 담은 주피터 노트북입니다.
Stars: ✭ 285 (+1040%)
Mutual labels:  xgboost
stock-market-prediction-via-google-trends
Attempt to predict future stock prices based on Google Trends data.
Stars: ✭ 45 (+80%)
Mutual labels:  xgboost
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 (-32%)
Mutual labels:  xgboost
rust-xgboost
Rust bindings for XGBoost.
Stars: ✭ 77 (+208%)
Mutual labels:  xgboost
xgboost-lightgbm-hyperparameter-tuning
Bayesian Optimization and Grid Search for xgboost/lightgbm
Stars: ✭ 40 (+60%)
Mutual labels:  xgboost
mloperator
Machine Learning Operator & Controller for Kubernetes
Stars: ✭ 85 (+240%)
Mutual labels:  xgboost
secure-xgboost
Secure collaborative training and inference for XGBoost.
Stars: ✭ 80 (+220%)
Mutual labels:  xgboost
datascienv
datascienv is package that helps you to setup your environment in single line of code with all dependency and it is also include pyforest that provide single line of import all required ml libraries
Stars: ✭ 53 (+112%)
Mutual labels:  xgboost
kaspersky hackathon
https://events.kaspersky.com/hackathon/
Stars: ✭ 25 (+0%)
Mutual labels:  xgboost
aws-machine-learning-university-dte
Machine Learning University: Decision Trees and Ensemble Methods
Stars: ✭ 119 (+376%)
Mutual labels:  xgboost
mlforecast
Scalable machine 🤖 learning for time series forecasting.
Stars: ✭ 96 (+284%)
Mutual labels:  xgboost
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
Stars: ✭ 31 (+24%)
Mutual labels:  xgboost
data-science-popular-algorithms
Data Science algorithms and topics that you must know. (Newly Designed) Recommender Systems, Decision Trees, K-Means, LDA, RFM-Segmentation, XGBoost in Python, R, and Scala.
Stars: ✭ 65 (+160%)
Mutual labels:  xgboost
kserve
Serverless Inferencing on Kubernetes
Stars: ✭ 1,621 (+6384%)
Mutual labels:  xgboost
featurewiz
Use advanced feature engineering strategies and select best features from your data set with a single line of code.
Stars: ✭ 229 (+816%)
Mutual labels:  xgboost
Tencent2017 Final Rank28 code
2017第一届腾讯社交广告高校算法大赛Rank28_code
Stars: ✭ 85 (+240%)
Mutual labels:  xgboost
recsys2019
The complete code and notebooks used for the ACM Recommender Systems Challenge 2019
Stars: ✭ 26 (+4%)
Mutual labels:  xgboost

An stacked regression based on xgboost, keras for Kaggle house price competition

  • Description: implement a stacked regression using xgboost, keras linear regression. The score (0.11) is much better than using Tensorflow (0.45) in branch v1.0.
  • Development environment:
    • Anaconda 4.4, Python 3.6
    • Xgboost 0.6
    • Window 10.
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].