Metadata-Version: 2.1
Name: m5py
Version: 0.3.1
Summary: An implementation of M5 (Prime) and model trees for scikit-learn.
Home-page: https://github.com/smarie/python-m5p
Download-URL: https://github.com/smarie/python-m5p/tarball/0.3.1
Author: Sylvain MARIE <sylvain.marie@se.com>
Maintainer: Sylvain MARIE <sylvain.marie@se.com>
License: BSD 3-Clause
Keywords: model tree regression M5 prime scikit learn machine learning
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# `m5py`

[![Python versions](https://img.shields.io/pypi/pyversions/m5py.svg)](https://pypi.python.org/pypi/m5py/) [![Build Status](https://github.com/smarie/python-m5p/actions/workflows/base.yml/badge.svg)](https://github.com/smarie/python-m5p/actions/workflows/base.yml) [![Tests Status](https://smarie.github.io/python-m5p/reports/junit/junit-badge.svg?dummy=8484744)](https://smarie.github.io/python-m5p/reports/junit/report.html) [![Coverage Status](https://smarie.github.io/python-m5p/reports/coverage/coverage-badge.svg?dummy=8484744)](https://smarie.github.io/python-m5p/reports/coverage/index.html) [![codecov](https://codecov.io/gh/smarie/python-m5p/branch/main/graph/badge.svg)](https://codecov.io/gh/smarie/python-m5p) [![Flake8 Status](https://smarie.github.io/python-m5p/reports/flake8/flake8-badge.svg?dummy=8484744)](https://smarie.github.io/python-m5p/reports/flake8/index.html)

[![Documentation](https://img.shields.io/badge/doc-latest-blue.svg)](https://smarie.github.io/python-m5p/) [![PyPI](https://img.shields.io/pypi/v/m5py.svg)](https://pypi.python.org/pypi/m5py/) [![Downloads](https://pepy.tech/badge/m5py)](https://pepy.tech/project/m5py) [![Downloads per week](https://pepy.tech/badge/m5py/week)](https://pepy.tech/project/m5py) [![GitHub stars](https://img.shields.io/github/stars/smarie/python-m5p.svg)](https://github.com/smarie/python-m5p/stargazers)

*`scikit-learn`-compliant M5 / M5' model trees for python*

The documentation for users is available here: [https://smarie.github.io/python-m5p/](https://smarie.github.io/python-m5p/)

A readme for developers is available here: [https://github.com/smarie/python-m5p](https://github.com/smarie/python-m5p)
