Automatic Piecewise Linear Regression
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. You may also read the published article for additional insights: Link 1 and Link 2. Additional functionality has been added since the article was published.
To install APLR, use the following command:
pip install aplr
APLR is available for Windows, most Linux distributions, and macOS.
Example Python scripts are available here.
Consider sponsoring Von Ottenbreit Data Science by clicking the Sponsor button on the repository. Sufficient funding will help maintain and further develop APLR.
For inquiries, please email: ottenbreitdatascience@gmail.com