You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build interpretable parametric machine learning models in Python based on the Automatic Piecewise Linear Regression methodology developed by Mathias von Ottenbreit.
6
6
7
-
# how to install
7
+
# How to install
8
8
pip install aplr
9
9
10
-
# how to use
11
-
See the two example Python scripts.
10
+
# How to use
11
+
Please see the two example Python scripts in the example 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.
12
+
13
+
# Sponsorship
14
+
Please sponsor Ottenbreit Data Science by clicking on the Sponsor button. Sufficient funding will enable maintenance of APLR and further development, such as developing a classifier based on APLR.
15
+
16
+
# API reference
17
+
A thorough API reference will be provided after Ottenbreit Data Science receives a total of 1000$ in sponsorship funds. The reason is that it will take some time to write it and the work will not start until sufficient funding is available.
0 commit comments