Code Monkey home page Code Monkey logo

docs's People

Contributors

aplonska avatar gosuto-inzasheru avatar ilrach avatar maxinat0r avatar pgijsbers avatar pplonski avatar shahules786 avatar tonywhitemin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

docs's Issues

Tutorials

Needed tutorials on how to use different types of modes available for now.

Optuna

Please add documentation about Optuna integration.

Create diagram showing modes in `AutoML`

There are 3 modes available:

  • Explain - To be used when the user wants to explain and understand the data.
  • Perform - To be used when the user wants to train a model that will be used in real-life use cases
  • Compete- To be used for machine learning competitions (maximum performance)

The Explain mode:

  • Uses algorithms: Baseline, Linear, Decision Tree, Random Forest, XGBoost, Neural Network, and Ensemble
  • Uses 75%/25% train/test split
  • Has full explanations in reports: learning curves, importance plots, and SHAP plots. (explain_level=2)
  • Steps: simple_algorithms, default_algorithms, ensemble

The Perform mode:

  • Uses the following models: Linear, Random Forest, LightGBM, XGBoost, CatBoost, Neural Network, and Ensemble.
  • Uses a 5-fold CV (Cross-Validation) with shuffle and stratification.
  • Has learning curves and importance plots in reports. (explain_level=1)
  • Steps: simple_algorithms, default_algorithms, not_so_random, golden_features, insert_random_feature, feature_selection, hill_climbing_1, hill_climbing_2, ensemble
  • There are 4 models created for each algorithm in not_so_random step.
  • There are 2 top models for each algorithm tuned in hill_climbing step.

The Compete mode:

  • Uses the following models: Linear, DecisionTree, Random Forest, Extra Trees, XGBoost, CatBoost, Neural Network, Nearest Neighbors, Ensemble, and Stacking.
  • Uses 10-fold CV (Cross-Validation) with shuffle and stratification.
  • It has only learning curves in the reports. (explain_level=0)
  • Steps: simple_algorithms, default_algorithms, not_so_random, golden_features, insert_random_feature, feature_selection, hill_climbing_1, hill_climbing_2, ensemble, stack, ensemble_stacked
  • There are 9 models created for each algorithm in not_so_random step.
  • There are 3 top models for each algorithm tuned in hill_climbing step.

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.