Skip to content

Commit 42a86d3

Browse files
readme
1 parent c0ecf31 commit 42a86d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Automatic Piecewise Linear Regression.
33

44
# About
5-
Build predictive and interpretable parametric machine learning models in Python based on the Automatic Piecewise Linear Regression methodology developed by Mathias von Ottenbreit.
5+
Build predictive and interpretable parametric machine learning models in Python based on the Automatic Piecewise Linear Regression (APLR) methodology developed by Mathias von Ottenbreit. APLR is often able to compete with Random Forest on predictiveness, but unlike Random Forest and other tree-based methods APLR is interpretable. See the documentation folder for more information.
66

77
# How to install
88
pip install aplr
99

1010
# Availability
11-
Currently available for Windows and most Linux versions.
11+
Currently available for Windows and most Linux distributions.
1212

1313
# How to use
1414
Please see the two example Python scripts in the examples folder. They cover common use cases, but not all of the functionality in this package. For example, fitting with user-specified observation weights is possible but the example scripts do not use this functionality.

0 commit comments

Comments
 (0)