File tree Expand file tree Collapse file tree
openml/extensions/sklearn Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676
7777It is also possible to try out the latest development version of ``openml-python `` with docker:
7878
79- ```
80- docker run -it openml/openml-python
81- ```
79+
80+ `` docker run -it openml/openml-python ``
81+
8282
8383
8484See the `openml-python docker documentation <https://github.com/openml/openml-python/blob/main/docker/readme.md >`_ for more information.
Original file line number Diff line number Diff line change 6565
6666
6767class SklearnExtension (Extension ):
68- """Connect scikit-learn to OpenML-Python."""
68+ """Connect scikit-learn to OpenML-Python.
69+ The estimators which use this extension must be scikit-learn compatible,
70+ i.e needs to be a subclass of sklearn.base.BaseEstimator".
71+ """
6972
7073 ################################################################################################
7174 # General setup
You can’t perform that action at this time.
0 commit comments