GithubHelp home page GithubHelp logo

bolaik / renthopapartmentinterestlevel Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 40.05 MB

Solution posts to Kaggle competition Two sigma connect Renthop for rental listing inquries

Python 0.31% Jupyter Notebook 54.68% R 0.02% HTML 44.99%

renthopapartmentinterestlevel's Introduction

RenthopApartmentInterestLevel

Solution posts to Kaggle competition Two sigma connect Renthop for rental listing inquries

features selected

The basic features include features from Branden Murray's post and some further revisions.

advanced features

  • encoded features: This is based on the fact that some categorical turns out to have pretty high impact on prediction.
    • encode some numerical features, such as bedrooms, distance_city on manager_id, by taking the mean of features grouped by the categorical feature.
    • inspired by this, one can also encode important numerical features, such as price, on other features.
    • encode prediction (i.e. interest_level) on manager_id, requires cross validation.
    • encode (group mean, other statistics could also be defined) other numerical features (e.g. price) on categorical features (e.g. manager_id) conditioned on interest_level, also request cross validation.
  • geological features: local price fluctuation, from plantsgo
  • images features: also see magic feature

classifiers

Ensemble

  • Train level-2 models, including xgb, nn, knn, lr, lightgbm, where xgb prediction is submitted because of best cv score.

many helpful links for reference

renthopapartmentinterestlevel's People

Contributors

bolaik avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.