Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jul 25, 2024
1 parent b336362 commit 91cf94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/example_onnx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now we can call {meth}`~metalearners.metalearner.MetaLearner._build_onnx` whichh combines\n",
"Now we can call {meth}`~metalearners.metalearner.MetaLearner._build_onnx` which combines\n",
"the the converted ONNX base models into a single ONNX model.\n",
"This combined model has a single 2D input ``\"X\"`` and a single output named ``\"tau\"``.\n",
"The output name can be changed using the ``output_name`` parameter. "
Expand Down

0 comments on commit 91cf94b

Please sign in to comment.