Metadata-Version: 2.1
Name: mlpro_int_hyperopt
Version: 0.1.4
Summary: MLPro: Integration Hyperopt
Home-page: https://mlpro-int-hyperopt.readthedocs.io
Author: MLPro Team
Author-email: mlpro@listen.fh-swf.de
Project-URL: Bug Tracker, https://mlpro-int-hyperopt.readthedocs.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: full
Requires-Dist: dill>=0.3.6; extra == "full"
Requires-Dist: numpy>=1.24.2; extra == "full"
Requires-Dist: matplotlib>=3.7.1; extra == "full"
Requires-Dist: multiprocess>=0.70.14; extra == "full"
Requires-Dist: mlpro[full]>=1.3.0; extra == "full"
Requires-Dist: optuna>=3.1.1; extra == "full"
Requires-Dist: pandas; extra == "full"

[![CI](https://github.com/fhswf/MLPro-Int-Hyperopt/actions/workflows/ci.yml/badge.svg)](https://github.com/fhswf/MLPro-Int-Hyperopt/actions/workflows/ci.yml)
[![Documentation Status](https://readthedocs.org/projects/mlpro-int-hyperopt/badge/?version=latest)](https://mlpro-int-hyperopt.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/mlpro-int-hyperopt.svg)](https://badge.fury.io/py/mlpro-int-hyperopt)
<!---
[![Anaconda-Version Badge](https://anaconda.org/mlpro-int-hyperopt/mlpro-int-hyperopt/badges/version.svg)](https://anaconda.org/mlpro-int-hyperopt/mlpro)
[![Anaconda-Downloads Badge](https://img.shields.io/conda/dn/mlpro-int-hyperopt/mlpro-int-hyperopt?color=green&label=Anaconda.org%20Total%20downloads&style=flat-square)](https://anaconda.org/mlpro-int-river/mlpro-int-hyperopt)
--->
[![PyPI Total Downloads](https://static.pepy.tech/personalized-badge/mlpro-int-hyperopt?period=total&units=international_system&left_color=blue&right_color=orange&left_text=PyPI%20Total%20Downloads)](https://pepy.tech/project/mlpro-int-hyperopt)
[![PyPI Last Month Downloads](https://static.pepy.tech/personalized-badge/mlpro-int-hyperopt?period=month&units=international_system&left_color=blue&right_color=orange&left_text=PyPI%20Last%20Month%20Downloads)](https://pepy.tech/project/mlpro-int-hyperopt)


<img src="https://github.com/fhswf/MLPro-Int-Hyperopt/blob/main/doc/logo/original/logo.png?raw=True" align="right" width="40%"/>

# MLPro-Int-Hyperopt - Integration of Hyperopt into MLPro
Welcome to MLPro-Int-Hyperopt, an extension to MLPro to integrate the Hyperopt package. MLPro is a middleware framework for standardized machine learning in Python. It is developed by the South Westphalia University of Applied Sciences, Germany, and provides standards, templates, and processes for hybrid machine learning applications. Hyperopt, in turn, provides state-of-the-art algorithms for hyperparameter search and optimization.

MLPro-Int-Hyperopt provides wrapper classes that enable the use of selected Hyperopt functionalities in your MLPro applications. The use of these wrappers is illustrated in numerous example programs.

### Learn more
[MLPro - Machine Learning Professional](https://mlpro.readthedocs.io)   
[MLPro-Int-Hyperopt - Integration of Hyperopt into MLPro](https://mlpro-int-hyperopt.readthedocs.io)   
[Hyperopt: Distributed Asynchronous Hyper-parameter Optimization](https://hyperopt.github.io/hyperopt/)   
