File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ not have the capacity to develop and maintain such interfaces on its own. For th
167167have built an extension interface to allows others to contribute back. Building a suitable
168168extension for therefore requires an understanding of the current OpenML-Python support.
169169
170- `This example <examples/flows_and_runs_tutorial .html >`_
170+ `This example <examples/20_basic/simple_flows_and_runs_tutorial .html >`_
171171shows how scikit-learn currently works with OpenML-Python as an extension. The *sklearn *
172172extension packaged with the `openml-python <https://github.com/openml/openml-python >`_
173173repository can be used as a template/benchmark to build the new extension.
188188Interfacing with OpenML-Python
189189++++++++++++++++++++++++++++++
190190Once the new extension class has been defined, the openml-python module to
191- :meth: `openml.extensions.register_extension.html ` must be called to allow OpenML-Python to
191+ :meth: `openml.extensions.register_extension ` must be called to allow OpenML-Python to
192192interface the new extension.
193193
194194
You can’t perform that action at this time.
0 commit comments