GithubHelp home page GithubHelp logo

kgl_mds's Introduction

KGL_MDS

  1. mds_s1 ordinal encoding - converting feature variables to their corresponding integer value Decision tree regressor with depth 2

  2. mds_s2 ordinal encoding - converting feature variables to their corresponding integer value RandomForestRegressor and GradientBoostingRegressor, with a internal commented loop for tree depth and other parameter optimization using grid search

  3. mds_s3 ordinal encoding - converting feature variables to their corresponding integer value XGBRegressor

  4. mds_s4 One hot encoding - total variable in total column and each with one and rest zero RandomForestRegressor,with a internal commented loop for tree depth and other parameter optimization

  5. mds_s5 empty for now

  6. mds_s6 One hot encoding - total variable in total column and each with one and rest zero RandomForestRegressor with decomposition PCA for feature reduction np.setdiff1d is used to match train and test data sets after feature reduction, clumns should be same. Train test can have different features, so this is necessary.

  7. mds_s7 ordinal encoding - converting feature variables to their corresponding integer value RandomForestRegressor with decomposition PCA for feature reduction

  8. mds_s8 Binary encoding : feature to integer, integer to binary, binary to columns AdaBoostRegressor, GradientBoostingRegressor, with a internal commented loop for tree depth and other parameter optimization

kgl_mds's People

Contributors

techvick avatar

Stargazers

 avatar

Watchers

 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.