fonhorst / LightAutoML_Spark

Apache License 2.0
7 stars 1 forks source link

MLBox #6

Closed fonhorst closed 3 years ago

se-teryoshkin commented 3 years ago

https://github.com/AxeldeRomblay/MLBox

  1. GitHub: Stars - 1.3k, Forks - 261, Contributors - 5

  2. Releases: Last Release - 0.8.1 (26th August 2019), First Release - (10th July 2017)

  3. Language: Python 3.5 - 3.7

  4. Data Types: Structured data only

  5. Execution backends: joblib

  6. Distributed framework: None

  7. Distributed algorithms libraries: None

  8. AutoML pipeline elements:

-- Data Reading --

-- Preprocessing --

-- Optimisation --

-- Prediction --

  1. Elements of pipeline are covered in distributed mode: None

  2. Is it possible to mix distributed and non-distributed backends?: No

  3. How is the pipeline converted to computing applications?: the entire pipeline is a single local application

  4. Approach to ML models selection computing: Local training

  5. Data processing steps pruning: None

  6. Resource managers: None

  7. Hyperparameter tuner: hyperopt

  8. Task types: Classification, Regression

  9. Tests: local-mode tests

  10. Comments: --