{"id":18185976,"url":"https://github.com/datacanvasio/hypernets","last_synced_at":"2025-04-04T08:04:11.610Z","repository":{"id":39908040,"uuid":"274071592","full_name":"DataCanvasIO/Hypernets","owner":"DataCanvasIO","description":"A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.","archived":false,"fork":false,"pushed_at":"2024-07-19T11:00:13.000Z","size":18619,"stargazers_count":267,"open_issues_count":0,"forks_count":41,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-04T07:42:22.014Z","etag":null,"topics":["autodl","automl","enas","evolutionary-algorithms","hyperparameter-optimization","hyperparameter-tuning","keras","mcts","monte-carlo-tree-search","nas","nasnet","neural-architecture-search","reinforcement-learning"],"latest_commit_sha":null,"homepage":"https://hypernets.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DataCanvasIO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-22T07:40:31.000Z","updated_at":"2025-03-31T15:35:23.000Z","dependencies_parsed_at":"2023-02-17T04:30:55.660Z","dependency_job_id":"5b28cb83-0b41-4c62-a479-61e30015f217","html_url":"https://github.com/DataCanvasIO/Hypernets","commit_stats":{"total_commits":1181,"total_committers":15,"mean_commits":78.73333333333333,"dds":0.5131244707874683,"last_synced_commit":"3b2dae4b2c69c420febb79592fdc9d108ff74ee7"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataCanvasIO%2FHypernets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataCanvasIO%2FHypernets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataCanvasIO%2FHypernets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataCanvasIO%2FHypernets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataCanvasIO","download_url":"https://codeload.github.com/DataCanvasIO/Hypernets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142060,"owners_count":20890652,"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":["autodl","automl","enas","evolutionary-algorithms","hyperparameter-optimization","hyperparameter-tuning","keras","mcts","monte-carlo-tree-search","nas","nasnet","neural-architecture-search","reinforcement-learning"],"created_at":"2024-11-02T23:04:15.648Z","updated_at":"2025-04-04T08:04:11.586Z","avatar_url":"https://github.com/DataCanvasIO.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/DataCanvasIO/Hypernets/master/docs/source/images/Hypernets.png\" width=\"500\" \u003e\n\n\n[![Python Versions](https://img.shields.io/pypi/pyversions/hypernets.svg)](https://pypi.org/project/hypernets)\n[![Downloads](https://pepy.tech/badge/hypernets)](https://pepy.tech/project/hypernets)\n[![PyPI Version](https://img.shields.io/pypi/v/hypernets.svg)](https://pypi.org/project/hypernets)\n\n## We Are Hiring！\nDear folks, we are offering challenging opportunities located in Beijing for both professionals and students who are keen on AutoML/NAS. Come be a part of DataCanvas! Please send your CV to yangjian@zetyun.com. (Application deadline: TBD.)  \n\n## Hypernets: A General Automated Machine Learning Framework\nHypernets is a general AutoML framework, based on which it can implement automatic optimization tools for various machine learning frameworks and libraries, including deep learning frameworks such as tensorflow, keras, pytorch, and machine learning libraries like sklearn, lightgbm, xgboost, etc.\nIt also adopted various state-of-the-art optimization algorithms, including but not limited to evolution algorithm, monte carlo tree search for single objective optimization and multi-objective optimization algorithms such as MOEA/D,NSGA-II,R-NSGA-II.\nWe introduced an abstract search space representation, taking into account the requirements of hyperparameter optimization and neural architecture search(NAS), making Hypernets a general framework that can adapt to various automated machine learning needs. As an abstraction computing layer, tabular toolbox, has successfully implemented in various tabular data types: pandas, dask, cudf, etc.  \n\n\n\n## Overview\n### Conceptual Model\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/DataCanvasIO/Hypernets/master/docs/source/images/hypernets_conceptual_model.png\" width=\"100%\"/\u003e\n\u003c/p\u003e\n\n### Illustration of the Search Space \n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/DataCanvasIO/Hypernets/master/docs/source/images/hypernets_search_space.png\" width=\"100%\"/\u003e\n\u003c/p\u003e\n\n## What's NEW !\n\n- **New feature:** [Multi-objectives optimization support](https://hypernets.readthedocs.io/en/latest/searchers.html#multi-objective-optimization)\n- **New feature:** [Performance and model complexity measurement metrics](https://github.com/DataCanvasIO/HyperGBM/blob/main/hypergbm/examples/66.Objectives_example.ipynb)\n- **New feature:** [Distributed computing](https://hypergbm.readthedocs.io/en/latest/example_dask.html) and [GPU acceleration](https://hypergbm.readthedocs.io/en/latest/example_cuml.html) base on computational abstraction layer\n\n\n## Installation\n\n### Conda\n\nInstall Hypernets with `conda` from the channel *conda-forge*:\n\n```bash\nconda install -c conda-forge hypernets\n```\n\n### Pip\nInstall Hypernets with different options:\n\n* Typical installation:\n```bash\npip install hypernets\n```\n\n* To run Hypernets in JupyterLab/Jupyter notebook, install with command:\n```bash\npip install hypernets[notebook]\n```\n\n* To run Hypernets in distributed Dask cluster, install with command:\n```bash\npip install hypernets[dask]\n```\n\n* To support dataset with simplified Chinese in feature generation, \n  * Install `jieba` package before running Hypernets.\n  * OR install Hypernets with command:\n```bash\npip install hypernets[zhcn]\n```\n\n* Install all above with one command:\n```bash\npip install hypernets[all]\n```\n\n\nTo ***Verify*** your installation:\n```bash\npython -m hypernets.examples.smoke_testing\n```\n\n## Related Links\n\n* [A Brief Tutorial for Developing AutoML Tools with Hypernets](https://github.com/BochenLv/knn_toy_model/blob/main/Introduction.md)\n\n## Documents\n* [Overview](https://hypernets.readthedocs.io/en/latest/overview.html)\n* [QuickStart](https://hypernets.readthedocs.io/en/latest/quick_start.html)\n* [Search Space](https://hypernets.readthedocs.io/en/latest/search_space.html)\n* [Searcher](https://hypernets.readthedocs.io/en/latest/searchers.html)\n* [HyperModel](https://hypernets.readthedocs.io/en/latest/hypermodels.html)\n* [Experiment](https://hypernets.readthedocs.io/en/latest/experiment.html)\n## Neural Architecture Search\n* [Define A DNN Search Space](https://hypernets.readthedocs.io/en/latest/nas.html#define-a-dnn-search-space)\n* [Define A CNN Search Space](https://hypernets.readthedocs.io/en/latest/nas.html#define-a-cnn-search-space)\n* [Define An ENAS Micro Search Space](https://hypernets.readthedocs.io/en/latest/nas.html#define-an-enas-micro-search-space)\n\n\n## Hypernets related projects\n* [Hypernets](https://github.com/DataCanvasIO/Hypernets): A general automated machine learning (AutoML) framework.\n* [HyperGBM](https://github.com/DataCanvasIO/HyperGBM): A full pipeline AutoML tool integrated various GBM models.\n* [HyperDT/DeepTables](https://github.com/DataCanvasIO/DeepTables): An AutoDL tool for tabular data.\n* [HyperTS](https://github.com/DataCanvasIO/HyperTS): A full pipeline AutoML\u0026AutoDL tool for time series datasets.\n* [HyperKeras](https://github.com/DataCanvasIO/HyperKeras): An AutoDL tool for Neural Architecture Search and Hyperparameter Optimization on Tensorflow and Keras.\n* [HyperBoard](https://github.com/DataCanvasIO/HyperBoard): A visualization tool for Hypernets.\n* [Cooka](https://github.com/DataCanvasIO/Cooka): Lightweight interactive AutoML system.\n\n\n![DataCanvas AutoML Toolkit](https://raw.githubusercontent.com/DataCanvasIO/Hypernets/master/docs/source/images/DAT_latest.png)\n\n## Citation\n\nIf you use Hypernets in your research, please cite us as follows:\n\n   Jian Yang, Xuefeng Li, Haifeng Wu. \n   **Hypernets: A General Automated Machine Learning Framework.** https://github.com/DataCanvasIO/Hypernets. 2020. Version 0.2.x.\n\nBibTex:\n\n```\n@misc{hypernets,\n  author={Jian Yang, Xuefeng Li, Haifeng Wu},\n  title={{Hypernets}: { A General Automated Machine Learning Framework}},\n  howpublished={https://github.com/DataCanvasIO/Hypernets},\n  note={Version 0.2.x},\n  year={2020}\n}\n```\n\n## DataCanvas\nHypernets is an open source project created by [DataCanvas](https://www.datacanvas.com/). \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatacanvasio%2Fhypernets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatacanvasio%2Fhypernets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatacanvasio%2Fhypernets/lists"}