Metadata-Version: 2.1
Name: aplr
Version: 10.11.1
Summary: Automatic Piecewise Linear Regression
Home-page: https://github.com/ottenbreit-data-science/aplr
Author: Mathias von Ottenbreit
Author-email: ottenbreitdatascience@gmail.com
License: MIT
Platform: Windows
Platform: Linux
Platform: MacOS
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.11

# APLR
**Automatic Piecewise Linear Regression**

## About
APLR allows you to build predictive and interpretable regression or classification machine learning models in Python, using the Automatic Piecewise Linear Regression (APLR) methodology developed by Mathias von Ottenbreit. APLR often rivals tree-based methods in predictive accuracy, while offering smoother, more interpretable predictions. 

For further details, see the [documentation](https://github.com/ottenbreit-data-science/aplr/tree/main/documentation). You may also read the published article for additional insights: [Link 1](https://link.springer.com/article/10.1007/s00180-024-01475-4) and [Link 2](https://rdcu.be/dz7bF). Additional functionality has been added since the article was published.

## Installation
To install APLR, use the following command:

```bash
pip install aplr
```

## Availability
APLR is available for Windows, most Linux distributions, and macOS.

## Usage
Example Python scripts are available [here](https://github.com/ottenbreit-data-science/aplr/tree/main/examples).

## Sponsorship
Consider sponsoring Von Ottenbreit Data Science by clicking the **Sponsor** button on the repository. Sufficient funding will help maintain and further develop APLR.

## API Reference
- [API reference for regression](https://github.com/ottenbreit-data-science/aplr/blob/main/API_REFERENCE_FOR_REGRESSION.md)
- [API reference for classification](https://github.com/ottenbreit-data-science/aplr/blob/main/API_REFERENCE_FOR_CLASSIFICATION.md)

## Contact Information
For inquiries, please email: [ottenbreitdatascience@gmail.com](mailto:ottenbreitdatascience@gmail.com)
