An General Automated Machine Learning Framework
Project description
Hypernets
We Are Hiring!
Dear folks, we are opening several precious positions based in Beijing both for professionals and interns avid in AutoML/NAS, please send your resume/cv to yangjian@zetyun.com. (Application deadline: TBD.)
Hypernets: A General Automated Machine Learning Framework
Hypernets 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. We 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.
Overview
Conceptual Model
Illustration of the Search Space
Installation
Install Hypernets with pip command:
pip install hypernets
Optional, to run Hypernets in JupyterLab notebooks, install Hypernets and JupyterLab with command:
pip install hypernets[notebook]
Optional, to run Hypernets in distributed Dask cluster, install Hypernets with command:
pip install hypernets[dask]
Optional, to support dataset with simplified Chinese in feature generation, install jieba package before run Hypernets, or install Hypernets with command:
pip install hypernets[zhcn]
Optional, install all Hypernets components and dependencies with one command:
pip install hypernets[all]
Verify installation:
python -m hypernets.examples.smoke_testing
Related Links
Hypernets related projects
- HyperGBM: A full pipeline AutoML tool integrated various GBM models.
- HyperDT/DeepTables: An AutoDL tool for tabular data.
- HyperKeras: An AutoDL tool for Neural Architecture Search and Hyperparameter Optimization on Tensorflow and Keras.
- Cooka: Lightweight interactive AutoML system.
- Hypernets: A general automated machine learning framework.
Documents
Neural Architecture Search
DataCanvas
Hypernets is an open source project created by DataCanvas.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hypernets-0.2.3.2.tar.gz.
File metadata
- Download URL: hypernets-0.2.3.2.tar.gz
- Upload date:
- Size: 181.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f930220510c12de37aa4de1dc1fdb67d1b5953ed16a0ec7d2d67eeb9685027e
|
|
| MD5 |
6333215e7108a4953216a93be1c8635d
|
|
| BLAKE2b-256 |
c2c9252376e05e0c3551a1500f243ac3454537924e4b27e24c7cec046ca1e7b5
|
File details
Details for the file hypernets-0.2.3.2-py3-none-any.whl.
File metadata
- Download URL: hypernets-0.2.3.2-py3-none-any.whl
- Upload date:
- Size: 3.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8770723066de372b4367b17a965dfdbbcfbaccb414a7561324654f6f87dd24fd
|
|
| MD5 |
86e116d6cd8809973ffa56b26211da0a
|
|
| BLAKE2b-256 |
8709b01bea13bd8a90d6e4e02d970a8207cd60f465336c9951b32021eebdeda2
|