Skip to content

Commit 0750630

Browse files
authored
Merge pull request #409 from NannyML/add_more_multiclass
Add Multiclass support for AP and BV
2 parents 3b0242b + 238ae8d commit 0750630

29 files changed

+3014
-173
lines changed

docs/_static/tutorials/performance_calculation/multiclass/business_value.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/_static/tutorials/performance_estimation/multiclass/business_value.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/example_notebooks/Tutorial - Calculating Business Value - Multiclass Classification.ipynb

Lines changed: 876 additions & 0 deletions
Large diffs are not rendered by default.

docs/example_notebooks/Tutorial - Estimating Business Value - Binary Classification.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
"execution_count": null,
128128
"id": "16b16c8b",
129129
"metadata": {
130+
"collapsed": false,
130131
"jupyter": {
131132
"outputs_hidden": false
132133
}
@@ -541,6 +542,7 @@
541542
"execution_count": null,
542543
"id": "0c5e9902",
543544
"metadata": {
545+
"collapsed": false,
544546
"jupyter": {
545547
"outputs_hidden": false
546548
}
@@ -570,7 +572,7 @@
570572
],
571573
"metadata": {
572574
"kernelspec": {
573-
"display_name": "EMD",
575+
"display_name": "Python 3 (ipykernel)",
574576
"language": "python",
575577
"name": "python3"
576578
},
@@ -584,7 +586,7 @@
584586
"name": "python",
585587
"nbconvert_exporter": "python",
586588
"pygments_lexer": "ipython3",
587-
"version": "3.8.8"
589+
"version": "3.11.9"
588590
},
589591
"vscode": {
590592
"interpreter": {

0 commit comments

Comments
 (0)