{"id":13665742,"url":"https://github.com/AxeldeRomblay/MLBox","last_synced_at":"2025-04-26T08:33:09.812Z","repository":{"id":41380850,"uuid":"93080181","full_name":"AxeldeRomblay/MLBox","owner":"AxeldeRomblay","description":"MLBox is a powerful Automated Machine Learning python library. ","archived":false,"fork":false,"pushed_at":"2023-08-06T18:20:04.000Z","size":52437,"stargazers_count":1512,"open_issues_count":28,"forks_count":275,"subscribers_count":64,"default_branch":"master","last_synced_at":"2025-04-14T03:02:04.970Z","etag":null,"topics":["auto-ml","automated-machine-learning","automl","classification","data-science","deep-learning","distributed","drift","encoding","kaggle","keras","lightgbm","machine-learning","optimization","pipeline","prediction","preprocessing","regression","stacking","xgboost"],"latest_commit_sha":null,"homepage":"https://mlbox.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AxeldeRomblay.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-06-01T16:59:24.000Z","updated_at":"2025-04-06T02:37:28.000Z","dependencies_parsed_at":"2022-09-26T17:21:07.099Z","dependency_job_id":null,"html_url":"https://github.com/AxeldeRomblay/MLBox","commit_stats":{"total_commits":1093,"total_committers":11,"mean_commits":99.36363636363636,"dds":0.2415370539798719,"last_synced_commit":"4973443bf019f6770691cf2ab23d75671a331d42"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxeldeRomblay%2FMLBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxeldeRomblay%2FMLBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxeldeRomblay%2FMLBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxeldeRomblay%2FMLBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AxeldeRomblay","download_url":"https://codeload.github.com/AxeldeRomblay/MLBox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250960839,"owners_count":21514526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auto-ml","automated-machine-learning","automl","classification","data-science","deep-learning","distributed","drift","encoding","kaggle","keras","lightgbm","machine-learning","optimization","pipeline","prediction","preprocessing","regression","stacking","xgboost"],"created_at":"2024-08-02T06:00:49.150Z","updated_at":"2025-04-26T08:33:04.803Z","avatar_url":"https://github.com/AxeldeRomblay.png","language":"Python","readme":".. image:: docs/logos/logo.png\n\n|Documentation Status| |PyPI version| |Build Status| |GitHub Issues| |codecov| |License| |Downloads| |Python Versions|\n\n-----------------------\n\n**MLBox is a powerful Automated Machine Learning python library.** It provides the following features:\n\n\n* Fast reading and distributed data preprocessing/cleaning/formatting\n* Highly robust feature selection and leak detection\n* Accurate hyper-parameter optimization in high-dimensional space\n* State-of-the art predictive models for classification and regression (Deep Learning, Stacking, LightGBM,...)\n* Prediction with models interpretation\n\n\n**For more details**, please refer to the `official documentation \u003chttps://mlbox.readthedocs.io/en/latest/\u003e`__\n\n\n--------------------------\n\nHow to Contribute\n=================\n\nMLBox has been developed and used by many active community members. Your help is very valuable to make it better for everyone.\n\n- Check out `call for contributions \u003chttps://github.com/AxeldeRomblay/MLBox/labels/call-for-contributions\u003e`__ to see what can be improved, or open an issue if you want something.\n- Contribute to the `tests \u003chttps://github.com/AxeldeRomblay/MLBox/tree/master/tests\u003e`__ to make it more reliable.\n- Contribute to the `documents \u003chttps://github.com/AxeldeRomblay/MLBox/tree/master/docs\u003e`__ to make it clearer for everyone.\n- Contribute to the `examples \u003chttps://github.com/AxeldeRomblay/MLBox/tree/master/examples\u003e`__ to share your experience with other users.\n- Open `issue \u003chttps://github.com/AxeldeRomblay/MLBox/issues\u003e`__ if you met problems during development.\n\nFor more details, please refer to `CONTRIBUTING \u003chttps://github.com/AxeldeRomblay/MLBox/blob/master/docs/contributing.rst\u003e`__.\n\n.. |Documentation Status| image:: https://readthedocs.org/projects/mlbox/badge/?version=latest\n   :target: https://mlbox.readthedocs.io/en/latest/\n.. |PyPI version| image:: https://badge.fury.io/py/mlbox.svg\n   :target: https://pypi.python.org/pypi/mlbox\n.. |Build Status| image:: https://travis-ci.org/AxeldeRomblay/MLBox.svg?branch=master\n   :target: https://travis-ci.org/AxeldeRomblay/MLBox\n.. |GitHub Issues| image:: https://img.shields.io/github/issues/AxeldeRomblay/MLBox.svg\n   :target: https://github.com/AxeldeRomblay/MLBox/issues\n.. |codecov| image:: https://codecov.io/gh/AxeldeRomblay/MLBox/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/AxeldeRomblay/MLBox\n.. |License| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg\n   :target: https://github.com/AxeldeRomblay/MLBox/blob/master/LICENSE\n.. |Downloads| image:: https://pepy.tech/badge/mlbox\n   :target: https://pepy.tech/project/mlbox\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/mlbox.svg\n   :target: https://pypi.org/project/mlbox\n","funding_links":[],"categories":["Automated Machine Learning","Python","Frameworks and libraries","Tools and projects","Misc","超参数优化和AutoML","AutoML","参数优化","optimization","Machine Learning","Libraries","Libs With Online Books"],"sub_categories":["Others",":snake: Python","LLM","Automated Machine Learning","Distributed Frameworks","Philosophy"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAxeldeRomblay%2FMLBox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAxeldeRomblay%2FMLBox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAxeldeRomblay%2FMLBox/lists"}