Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixes
  • Loading branch information
sahithyaravi committed May 12, 2021
commit 7c8479ff660ee394667e08a8dad32688a86dea3e
6 changes: 3 additions & 3 deletions doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ Docker

It is also possible to try out the latest development version of ``openml-python`` with docker:

```
docker run -it openml/openml-python
```

``docker run -it openml/openml-python``



See the `openml-python docker documentation <https://github.com/openml/openml-python/blob/main/docker/readme.md>`_ for more information.
Expand Down
2 changes: 1 addition & 1 deletion openml/extensions/sklearn/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

class SklearnExtension(Extension):
"""Connect scikit-learn to OpenML-Python.
The estimators which use this extension must be scikit-learn compatible',
The estimators which use this extension must be scikit-learn compatible,
i.e needs to be a subclass of sklearn.base.BaseEstimator".
"""

Expand Down