All Projects → DataCanvasIO → Hypernets

DataCanvasIO / Hypernets

Licence: Apache-2.0 license
A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Hypernets

HyperKeras
An AutoDL tool for Neural Architecture Search and Hyperparameter Optimization on Tensorflow and Keras
Stars: ✭ 29 (-86.88%)
Mutual labels:  automl, neural-architecture-search, nasnet, enas, autodl
Awesome Autodl
A curated list of automated deep learning (including neural architecture search and hyper-parameter optimization) resources.
Stars: ✭ 1,819 (+723.08%)
Mutual labels:  nas, automl, neural-architecture-search, autodl
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 (+4740.72%)
Mutual labels:  hyperparameter-optimization, nas, automl, neural-architecture-search
Awesome Automl And Lightweight Models
A list of high-quality (newest) AutoML works and lightweight models including 1.) Neural Architecture Search, 2.) Lightweight Structures, 3.) Model Compression, Quantization and Acceleration, 4.) Hyperparameter Optimization, 5.) Automated Feature Engineering.
Stars: ✭ 691 (+212.67%)
Mutual labels:  hyperparameter-optimization, nas, automl, neural-architecture-search
syne-tune
Large scale and asynchronous Hyperparameter Optimization at your fingertip.
Stars: ✭ 105 (-52.49%)
Mutual labels:  hyperparameter-optimization, hyperparameter-tuning, neural-architecture-search
maggy
Distribution transparent Machine Learning experiments on Apache Spark
Stars: ✭ 83 (-62.44%)
Mutual labels:  hyperparameter-optimization, hyperparameter-tuning, automl
Automl alex
State-of-the art Automated Machine Learning python library for Tabular Data
Stars: ✭ 132 (-40.27%)
Mutual labels:  hyperparameter-optimization, hyperparameter-tuning, automl
Auptimizer
An automatic ML model optimization tool.
Stars: ✭ 166 (-24.89%)
Mutual labels:  hyperparameter-optimization, hyperparameter-tuning, automl
Nas Benchmark
"NAS evaluation is frustratingly hard", ICLR2020
Stars: ✭ 126 (-42.99%)
Mutual labels:  nas, automl, neural-architecture-search
mindware
An efficient open-source AutoML system for automating machine learning lifecycle, including feature engineering, neural architecture search, and hyper-parameter tuning.
Stars: ✭ 34 (-84.62%)
Mutual labels:  hyperparameter-optimization, hyperparameter-tuning, automl
Lale
Library for Semi-Automated Data Science
Stars: ✭ 198 (-10.41%)
Mutual labels:  hyperparameter-optimization, hyperparameter-tuning, automl
Milano
Milano is a tool for automating hyper-parameters search for your models on a backend of your choice.
Stars: ✭ 140 (-36.65%)
Mutual labels:  hyperparameter-optimization, hyperparameter-tuning, automl
Awesome Nas Papers
Awesome Neural Architecture Search Papers
Stars: ✭ 213 (-3.62%)
Mutual labels:  nas, automl, neural-architecture-search
FEDOT
Automated modeling and machine learning framework FEDOT
Stars: ✭ 312 (+41.18%)
Mutual labels:  hyperparameter-optimization, evolutionary-algorithms, automl
Smac3
Sequential Model-based Algorithm Configuration
Stars: ✭ 564 (+155.2%)
Mutual labels:  hyperparameter-optimization, hyperparameter-tuning, automl
Awesome Automl Papers
A curated list of automated machine learning papers, articles, tutorials, slides and projects
Stars: ✭ 3,198 (+1347.06%)
Mutual labels:  hyperparameter-optimization, automl, neural-architecture-search
Hpbandster
a distributed Hyperband implementation on Steroids
Stars: ✭ 456 (+106.33%)
Mutual labels:  hyperparameter-optimization, automl, neural-architecture-search
Auto Sklearn
Automated Machine Learning with scikit-learn
Stars: ✭ 5,916 (+2576.92%)
Mutual labels:  hyperparameter-optimization, hyperparameter-tuning, automl
nas-encodings
Encodings for neural architecture search
Stars: ✭ 29 (-86.88%)
Mutual labels:  nas, automl, neural-architecture-search
Autodl Projects
Automated deep learning algorithms implemented in PyTorch.
Stars: ✭ 1,187 (+437.1%)
Mutual labels:  nas, automl, neural-architecture-search

Python Versions Downloads PyPI Version

We Are Hiring!

Dear 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 [email protected]. (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. As an abstraction computing layer, tabular toolbox, has successfully implemented in various tabular data types: pandas, dask, cudf, etc.

Overview

Conceptual Model

Illustration of the Search Space

Installation

Conda

Install Hypernets with conda from the channel conda-forge:

conda install -c conda-forge hypernets

Pip

Install Hypernets with different options:

  • Typical installation:
pip install hypernets
  • To run Hypernets in JupyterLab/Jupyter notebook, install with command:
pip install hypernets[notebook]
  • To run Hypernets in distributed Dask cluster, install with command:
pip install hypernets[dask]
  • To support dataset with simplified Chinese in feature generation,
    • Install jieba package before running Hypernets.
    • OR install Hypernets with command:
pip install hypernets[zhcn]
  • Install all above with one command:
pip install hypernets[all]

Verify installation:

python -m hypernets.examples.smoke_testing

Related Links

Hypernets related projects

  • Hypernets: A general automated machine learning (AutoML) framework.
  • HyperGBM: A full pipeline AutoML tool integrated various GBM models.
  • HyperDT/DeepTables: An AutoDL tool for tabular data.
  • HyperTS: A full pipeline AutoML&AutoDL tool for time series datasets.
  • HyperKeras: An AutoDL tool for Neural Architecture Search and Hyperparameter Optimization on Tensorflow and Keras.
  • HyperBoard: A visualization tool for Hypernets.
  • Cooka: Lightweight interactive AutoML system.

DataCanvas AutoML Toolkit

Documents

Neural Architecture Search

DataCanvas

Hypernets is an open source project created by DataCanvas.

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