Metadata-Version: 2.1
Name: tune
Version: 0.0.6.dev2
Summary: An abstraction layer for hyper parameter tuning
Home-page: http://github.com/fugue-project/tune
Author: Han Wang
Author-email: goodwanghan@gmail.com
License: Apache-2.0
Keywords: hyper parameter hyperparameter tuning tune tuner
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: fugue (>=0.5.2)
Requires-Dist: cloudpickle
Provides-Extra: all
Requires-Dist: hyperopt ; extra == 'all'
Requires-Dist: optuna ; extra == 'all'
Requires-Dist: seaborn ; extra == 'all'
Requires-Dist: tensorflow ; extra == 'all'
Requires-Dist: ipython ; extra == 'all'
Requires-Dist: plotly ; extra == 'all'
Requires-Dist: scikit-learn ; extra == 'all'
Provides-Extra: hyperopt
Requires-Dist: hyperopt ; extra == 'hyperopt'
Provides-Extra: notebook
Requires-Dist: ipython ; extra == 'notebook'
Requires-Dist: seaborn ; extra == 'notebook'
Requires-Dist: plotly ; extra == 'notebook'
Provides-Extra: optuna
Requires-Dist: optuna ; extra == 'optuna'
Provides-Extra: sklearn
Requires-Dist: scikit-learn ; extra == 'sklearn'
Provides-Extra: tensorflow
Requires-Dist: tensorflow ; extra == 'tensorflow'
Provides-Extra: visual
Requires-Dist: seaborn ; extra == 'visual'
Requires-Dist: plotly ; extra == 'visual'

# tune

[![GitHub release](https://img.shields.io/github/release/fugue-project/tune.svg)](https://GitHub.com/fugue-project/tune)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/tune.svg)](https://pypi.python.org/pypi/tune/)
[![PyPI license](https://img.shields.io/pypi/l/tune.svg)](https://pypi.python.org/pypi/tune/)
[![PyPI version](https://badge.fury.io/py/tune.svg)](https://pypi.python.org/pypi/tune/)
[![Coverage Status](https://coveralls.io/repos/github/fugue-project/tune/badge.svg)](https://coveralls.io/github/fugue-project/tune)
[![Doc](https://readthedocs.org/projects/tune/badge)](https://tune.readthedocs.org)

[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://join.slack.com/t/fugue-project/shared_invite/zt-jl0pcahu-KdlSOgi~fP50TZWmNxdWYQ)

An abstraction layer for hyperparameter tuning


