Skip to content

Commit 5f3330b

Browse files
Refactor APLR Wrappers for Robustness and Maintainability (#638)
* docs Signed-off-by: mathias-von-ottenbreit <ottenbreitdatascience@gmail.com> * aplr wrapper Signed-off-by: mathias-von-ottenbreit <ottenbreitdatascience@gmail.com> * added tests Signed-off-by: mathias-von-ottenbreit <ottenbreitdatascience@gmail.com> * formatting Signed-off-by: mathias-von-ottenbreit <ottenbreitdatascience@gmail.com> * new refactor Signed-off-by: mathias-von-ottenbreit <ottenbreitdatascience@gmail.com> * Trigger CI Signed-off-by: mathias-von-ottenbreit <ottenbreitdatascience@gmail.com> --------- Signed-off-by: mathias-von-ottenbreit <ottenbreitdatascience@gmail.com>
1 parent 45df283 commit 5f3330b

File tree

4 files changed

+178
-303
lines changed

4 files changed

+178
-303
lines changed

docs/interpret/aplr.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"source": [
9494
"<h2>Further Resources</h2>\n",
9595
"\n",
96-
"Below are more detailed code examples from the backing repository for APLR. This will also work when using APLR through `InterpretML` if you change `from aplr import` to `from interpret.glassbox import`.\n",
96+
"Below are more detailed code examples from the backing repository for APLR. This will also work when using APLR through `InterpretML` if you change `from aplr import` to `from interpret.glassbox import`. For better precision in global explanation plots you may consider using the plotting functionality in native APLR, introduced in APLR version 10.13.0.\n",
9797
"- [Regression code example](https://github.com/ottenbreit-data-science/aplr/blob/main/examples/train_aplr_regression.py)\n",
9898
"- [Classification code example](https://github.com/ottenbreit-data-science/aplr/blob/main/examples/train_aplr_classification.py)"
9999
]

0 commit comments

Comments
 (0)