Skip to content

Commit

Permalink
added missing link in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-antaki committed Feb 24, 2021
1 parent ae89b44 commit a2f3a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Handler Methods.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"1. Create a step that inherits from [HandleOnlyMixin](https://www.neuraxle.org/stable/api/neuraxle.base.html?highlight=handleonlymixin#neuraxle.base.HandleOnlyMixin), and [TruncableSteps](). Initialize TruncableSteps with a preprocessing, and a postprocessing step."
"1. Create a step that inherits from [HandleOnlyMixin](https://www.neuraxle.org/stable/api/neuraxle.base.html?highlight=handleonlymixin#neuraxle.base.HandleOnlyMixin), and [TruncableSteps](https://www.neuraxle.org/stable/api/neuraxle.base.html?highlight=truncable%20step#neuraxle.base.TruncableSteps). Initialize TruncableSteps with a preprocessing, and a postprocessing step."
]
},
{
Expand Down

0 comments on commit a2f3a46

Please sign in to comment.