Metadata-Version: 2.4
Name: mlrl-testbed-sklearn
Version: 0.12.1
Summary: Adds support for the scikit-learn framework to the package "mlrl-testbed"
Author-email: Michael Rapp <michael.rapp.ml@gmail.com>
License-Expression: MIT
Project-URL: homepage, https://github.com/mrapp-ke/MLRL-Boomer
Project-URL: source, https://github.com/mrapp-ke/MLRL-Boomer.git
Project-URL: download, https://github.com/mrapp-ke/MLRL-Boomer/releases
Project-URL: changelog, https://raw.githubusercontent.com/mrapp-ke/MLRL-Boomer/refs/heads/main/CHANGELOG.md
Project-URL: documentation, https://mlrl-boomer.readthedocs.io/en/latest
Project-URL: issues, https://github.com/mrapp-ke/MLRL-Boomer/issues
Keywords: machine learning,scikit-learn
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: mlrl-testbed==0.12.1
Requires-Dist: mlrl-testbed-arff==0.12.1
Requires-Dist: scikit-learn<1.8,>=1.7

# "MLRL-Testbed-Sklearn": Adds support for the scikit-learn framework to the package "mlrl-testbed"

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![PyPI version](https://badge.fury.io/py/mlrl-testbed-sklearn.svg)](https://badge.fury.io/py/mlrl-testbed-sklearn) [![Documentation Status](https://readthedocs.org/projects/mlrl-boomer/badge/?version=latest)](https://mlrl-boomer.readthedocs.io/en/latest/?badge=latest)

**:link: Important links:** [API Reference](https://mlrl-boomer.readthedocs.io/en/latest/developer_guide/api/python/testbed-sklearn/mlrl.testbed_sklearn.html) | [Issue Tracker](https://github.com/mrapp-ke/MLRL-Boomer/issues) | [Changelog](https://mlrl-boomer.readthedocs.io/en/latest/misc/CHANGELOG.html) | [Contributors](https://mlrl-boomer.readthedocs.io/en/latest/misc/CONTRIBUTORS.html) | [Code of Conduct](https://mlrl-boomer.readthedocs.io/en/latest/misc/CODE_OF_CONDUCT.html) | [License](https://mlrl-boomer.readthedocs.io/en/latest/misc/LICENSE.html)

This software package is an extension to the package [mlrl-testbed](https://pypi.org/project/mlrl-testbed/) which provides a command line utility for running machine learning experiments. It adds support for experiments that involve training and evaluating a machine learning algorithm using the [scikit-learn](https://scikit-learn.org) framework. For further information on the command line utility, refer to its [documentation](https://mlrl-boomer.readthedocs.io/en/latest/user_guide/testbed/index.html).

## :scroll: License

This project is open source software licensed under the terms of the [MIT license](https://mlrl-boomer.readthedocs.io/en/latest/misc/LICENSE.html). We welcome contributions to the project to enhance its functionality and make it more accessible to a broader audience. A frequently updated list of contributors is available [here](https://mlrl-boomer.readthedocs.io/en/latest/misc/CONTRIBUTORS.html).

All contributions to the project and discussions on the [issue tracker](https://github.com/mrapp-ke/MLRL-Boomer/issues) are expected to follow the [code of conduct](https://mlrl-boomer.readthedocs.io/en/latest/misc/CODE_OF_CONDUCT.html).
