Skip to content

Commit

Permalink
Fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jul 25, 2024
1 parent d7aa417 commit 1f6272f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/example_onnx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"source": [
"```{note}\n",
"In this example we used all ``lightgbm`` models because these are the only type of models\n",
"that we managed to make them work natively with the categorical encoding from ``pandas``\n",
"that we managed to make them work with the categorical encoding from ``pandas``\n",
"and their conversion to ONNX. Other ``sklearn`` models which support categoricals such as\n",
"``HistGradientBoostingRegressor`` or ``xgboost`` models do not have support for them\n",
"in their conversion to ONNX. See [this issue](https://github.com/onnx/sklearn-onnx/issues/1051)\n",
Expand All @@ -156,7 +156,7 @@
"\n",
"Before being able to convert the MetaLearner to ONXX we need to manually convert the necessary\n",
"base models for the prediction. To get the necessary base models that need to be\n",
"converted we can use :meth:`~metalearners.MetaLearner._necessary_onnx_models`."
"converted we can use {meth}`~metalearners.metalearner.MetaLearner._necessary_onnx_models`."
]
},
{
Expand Down

0 comments on commit 1f6272f

Please sign in to comment.