All Projects → AxeldeRomblay → Mlbox

AxeldeRomblay / Mlbox

Licence: other
MLBox is a powerful Automated Machine Learning python library.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mlbox

Lightautoml
LAMA - automatic model creation framework
Stars: ✭ 196 (-83.65%)
Mutual labels:  kaggle, data-science, classification, pipeline, automl, automated-machine-learning, stacking, regression
Benchmarks
Comparison tools
Stars: ✭ 139 (-88.41%)
Mutual labels:  kaggle, classification, xgboost, lightgbm, regression
Automlpipeline.jl
A package that makes it trivial to create and evaluate machine learning pipeline architectures.
Stars: ✭ 223 (-81.4%)
Mutual labels:  data-science, classification, pipeline, automl, stacking
Auto ml
[UNMAINTAINED] Automated machine learning for analytics & production
Stars: ✭ 1,559 (+30.03%)
Mutual labels:  data-science, automl, xgboost, lightgbm, automated-machine-learning
Mljar Supervised
Automated Machine Learning Pipeline with Feature Engineering and Hyper-Parameters Tuning 🚀
Stars: ✭ 961 (-19.85%)
Mutual labels:  data-science, automl, xgboost, lightgbm, automated-machine-learning
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (-18.1%)
Mutual labels:  data-science, classification, pipeline, stacking, regression
Hyperactive
A hyperparameter optimization and data collection toolbox for convenient and fast prototyping of machine-learning models.
Stars: ✭ 182 (-84.82%)
Mutual labels:  data-science, xgboost, automated-machine-learning, optimization
Ray
An open source framework that provides a simple, universal API for building distributed applications. Ray is packaged with RLlib, a scalable reinforcement learning library, and Tune, a scalable hyperparameter tuning library.
Stars: ✭ 18,547 (+1446.87%)
Mutual labels:  data-science, automl, distributed, optimization
Machinejs
[UNMAINTAINED] Automated machine learning- just give it a data file! Check out the production-ready version of this project at ClimbsRocks/auto_ml
Stars: ✭ 412 (-65.64%)
Mutual labels:  kaggle, data-science, automl, automated-machine-learning
Tpot
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
Stars: ✭ 8,378 (+598.75%)
Mutual labels:  data-science, automl, xgboost, automated-machine-learning
Mlr
Machine Learning in R
Stars: ✭ 1,542 (+28.61%)
Mutual labels:  data-science, classification, stacking, regression
Open Solution Toxic Comments
Open solution to the Toxic Comment Classification Challenge
Stars: ✭ 154 (-87.16%)
Mutual labels:  kaggle, data-science, pipeline, prediction
MSDS696-Masters-Final-Project
Earthquake Prediction Challenge with LightGBM and XGBoost
Stars: ✭ 58 (-95.16%)
Mutual labels:  prediction, kaggle, xgboost, lightgbm
Automl alex
State-of-the art Automated Machine Learning python library for Tabular Data
Stars: ✭ 132 (-88.99%)
Mutual labels:  data-science, automl, xgboost, stacking
Hyperparameter hunter
Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
Stars: ✭ 648 (-45.95%)
Mutual labels:  data-science, xgboost, lightgbm, optimization
Autodl
Automated Deep Learning without ANY human intervention. 1'st Solution for AutoDL [email protected]
Stars: ✭ 854 (-28.77%)
Mutual labels:  data-science, automl, lightgbm, automated-machine-learning
Ml
A high-level machine learning and deep learning library for the PHP language.
Stars: ✭ 1,270 (+5.92%)
Mutual labels:  data-science, classification, prediction, regression
Nni
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
Stars: ✭ 10,698 (+792.24%)
Mutual labels:  data-science, automl, automated-machine-learning, distributed
My Data Competition Experience
本人多次机器学习与大数据竞赛Top5的经验总结,满满的干货,拿好不谢
Stars: ✭ 271 (-77.4%)
Mutual labels:  data-science, automl, xgboost, lightgbm
Open Solution Mapping Challenge
Open solution to the Mapping Challenge 🌎
Stars: ✭ 291 (-75.73%)
Mutual labels:  kaggle, data-science, pipeline, lightgbm

.. image:: docs/logos/logo.png

|Documentation Status| |PyPI version| |Build Status| |GitHub Issues| |codecov| |License| |Downloads| |Python Versions|


MLBox is a powerful Automated Machine Learning python library. It provides the following features:

  • Fast reading and distributed data preprocessing/cleaning/formatting
  • Highly robust feature selection and leak detection
  • Accurate hyper-parameter optimization in high-dimensional space
  • State-of-the art predictive models for classification and regression (Deep Learning, Stacking, LightGBM,...)
  • Prediction with models interpretation

For more details, please refer to the official documentation <https://mlbox.readthedocs.io/en/latest/>__


How to Contribute

MLBox has been developed and used by many active community members. Your help is very valuable to make it better for everyone.

  • Check out call for contributions <https://github.com/AxeldeRomblay/MLBox/labels/call-for-contributions>__ to see what can be improved, or open an issue if you want something.
  • Contribute to the tests <https://github.com/AxeldeRomblay/MLBox/tree/master/tests>__ to make it more reliable.
  • Contribute to the documents <https://github.com/AxeldeRomblay/MLBox/tree/master/docs>__ to make it clearer for everyone.
  • Contribute to the examples <https://github.com/AxeldeRomblay/MLBox/tree/master/examples>__ to share your experience with other users.
  • Open issue <https://github.com/AxeldeRomblay/MLBox/issues>__ if you met problems during development.

For more details, please refer to CONTRIBUTING <https://github.com/AxeldeRomblay/MLBox/blob/master/docs/contributing.rst>__.

.. |Documentation Status| image:: https://readthedocs.org/projects/mlbox/badge/?version=latest :target: https://mlbox.readthedocs.io/en/latest/ .. |PyPI version| image:: https://badge.fury.io/py/mlbox.svg :target: https://pypi.python.org/pypi/mlbox .. |Build Status| image:: https://travis-ci.org/AxeldeRomblay/MLBox.svg?branch=master :target: https://travis-ci.org/AxeldeRomblay/MLBox .. |GitHub Issues| image:: https://img.shields.io/github/issues/AxeldeRomblay/MLBox.svg :target: https://github.com/AxeldeRomblay/MLBox/issues .. |codecov| image:: https://codecov.io/gh/AxeldeRomblay/MLBox/branch/master/graph/badge.svg :target: https://codecov.io/gh/AxeldeRomblay/MLBox .. |License| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg :target: https://github.com/AxeldeRomblay/MLBox/blob/master/LICENSE .. |Downloads| image:: https://pepy.tech/badge/mlbox :target: https://pepy.tech/project/mlbox .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/mlbox.svg :target: https://pypi.org/project/mlbox

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].