Skip to content

Commit afbc395

Browse files
v0.1.5
criterion -> loss_function
1 parent 76d6623 commit afbc395

17 files changed

Lines changed: 452 additions & 5162 deletions

notebooks/02_spot_multidim.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"name": "python",
319319
"nbconvert_exporter": "python",
320320
"pygments_lexer": "ipython3",
321-
"version": "3.10.6"
321+
"version": "3.10.10"
322322
},
323323
"orig_nbformat": 4,
324324
"vscode": {

notebooks/10_spot_hpt_sklearn_classification.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
"source": [
661661
"There are two metrics:\n",
662662
"\n",
663-
" 1. `metric` is used for the river based evaluation via `eval_oml_iter_progressive`.\n",
663+
" 1. `metric_river` is used for the river based evaluation via `eval_oml_iter_progressive`.\n",
664664
" 2. `metric_sklearn` is used for the sklearn based evaluation."
665665
]
666666
},
@@ -685,7 +685,7 @@
685685
" \"step\": None,\n",
686686
" \"log_level\": 50,\n",
687687
" \"weight_coeff\": None,\n",
688-
" \"metric\": None,\n",
688+
" \"metric_river\": None,\n",
689689
" \"metric_sklearn\": metric_sklearn,\n",
690690
" # \"metric_custom\": None,\n",
691691
" # \"metric_params\": {\"k\": k},\n",
@@ -1134,7 +1134,7 @@
11341134
"name": "python",
11351135
"nbconvert_exporter": "python",
11361136
"pygments_lexer": "ipython3",
1137-
"version": "3.10.6"
1137+
"version": "3.10.10"
11381138
},
11391139
"vscode": {
11401140
"interpreter": {

0 commit comments

Comments
 (0)