@@ -27,8 +27,8 @@ to upload it. However, in order to simplify the process of uploading
2727flows and runs from a specific library, an additional interface can be
2828built. The OpenML-Python team does not have the capacity to develop and
2929maintain such interfaces on its own. For this reason, we have built an
30- extension interface to allows others to contribute back. Building a
31- suitable extension for therefore requires an understanding of the
30+ extension interface to allow others to contribute back. Building a
31+ suitable extension therefore requires an understanding of the
3232current OpenML-Python support.
3333
3434[ This tutorial] ( ../examples/Basics/simple_flows_and_runs_tutorial ) shows how the scikit-learn
@@ -65,8 +65,8 @@ and can be implemented in several lines of code.
6565 Typically, the flow-dependency field is used to check whether
6666 the specific library is present, and no unknown libraries are
6767 present there.
68- - ` can_handle_model ` : Similar as
69- ` can_handle_flow ` : , except that in
68+ - ` can_handle_model ` : Similar to
69+ ` can_handle_flow ` , except that in
7070 this case a Python object is given. As such, in many cases, this
7171 method can be implemented by checking whether this adheres to a
7272 certain base class.
@@ -138,7 +138,7 @@ Each extension created should be a stand-alone repository, compatible
138138with the [ OpenML-Python repository] ( https://github.com/openml/openml-python ) .
139139The extension repository should work off-the-shelf with * OpenML-Python* installed.
140140
141- Create a public Github repo with the following directory structure:
141+ Create a public GitHub repo with the following directory structure:
142142
143143 | [repo name]
144144 | |-- [extension name]
@@ -149,7 +149,7 @@ Create a public Github repo with the following directory structure:
149149### Recommended
150150
151151- Test cases to keep the extension up to date with the
152- Openml -Python upstream changes.
152+ OpenML -Python upstream changes.
153153- Documentation of the extension API, especially if any new
154154 functionality added to OpenML-Python\' s extension design.
155155- Examples to show how the new extension interfaces and works with
0 commit comments