Metadata-Version: 2.4
Name: mlrl-testbed-arff
Version: 0.15.1
Summary: Adds support for ARFF files 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: arff,machine learning
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.12
Description-Content-Type: text/markdown
Requires-Dist: liac-arff<2.6,>=2.5
Requires-Dist: mlrl-testbed-sklearn==0.15.1

# "mlrl-testbed-arff": Adds support for ARFF files 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-arff.svg)](https://badge.fury.io/py/mlrl-testbed-arff) [![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-arff/mlrl.testbed_arff.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 reading and writing tabular datasets in the [ARFF](https://waikato.github.io/weka-wiki/formats_and_processing/arff_stable/) format. 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).
