File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
tutorials/modules/scoring Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6666
6767html_theme = "alabaster"
6868html_static_path = ["_static" ]
69- nbsphinx_execute = "never"
7069
7170todo_include_todos = True
7271
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ nbsphinx = "^0.9.5"
9393sphinx-autodoc-typehints = " ^2.5.0"
9494sphinx-copybutton = " ^0.5.2"
9595sphinx-autoapi = " ^3.3.3"
96+ ipykernel = " ^6.29.5"
9697
9798[tool .poetry .scripts ]
9899"autointent" = " autointent.pipeline.optimization._cli_endpoint:main"
Original file line number Diff line number Diff line change 4444
4545# %%
4646
47- scorer .fit (data_handler .train_utterances , data_handler .train_labels )
47+ scorer .fit (data_handler .train_utterances ( 0 ) , data_handler .train_labels ( 0 ) )
4848
4949# %% [markdown]
5050"""
You can’t perform that action at this time.
0 commit comments