Metadata-Version: 2.1
Name: mlpro-int-river
Version: 0.2.0
Summary: MLPro: Integration River
Home-page: https://mlpro-int-river.readthedocs.io
Author: MLPro Team
Author-email: mlpro@listen.fh-swf.de
Project-URL: Bug Tracker, https://mlpro-int-river.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: mlpro[full]>=1.9.0; extra == "full"
Requires-Dist: river>=0.21.0; extra == "full"

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


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

# MLPro-Int-River - Integration of River into MLPro
Welcome to MLPro-Int-River, an extension to MLPro to integrate the River 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. River, in turn, provides numerous state-of-the-art algorithms for several topics of online machine learning.

MLPro-Int-River provides wrapper classes that enable the use of selected River 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-River - Integration of River into MLPro](https://mlpro-int-river.readthedocs.io)   
[River - Online machine learning in Python](https://riverml.xyz)   
