Skip to content
Merged
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
Next Next commit
Extension addition to docs (#1051)
  • Loading branch information
prabhant authored Apr 9, 2021
commit e336ab35ef2160ca0885d78eef59cd8d272051ee
6 changes: 6 additions & 0 deletions doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,9 @@ Extending OpenML-Python
OpenML-Python provides an extension interface to connect other machine learning libraries than
scikit-learn to OpenML. Please check the :ref:`api_extensions` and use the
scikit-learn extension in :class:`openml.extensions.sklearn.SklearnExtension` as a starting point.
Here is a list of currently maintained OpenML extensions:

* `openml-keras <https://github.com/openml/openml-keras>`_
* `openml-pytorch <https://github.com/openml/openml-pytorch>`_
* `openml-tensorflow(for tensorflow 2+) <https://github.com/openml/openml-tensorflow>`_