Skip to content
Merged
Changes from all commits
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
Extension addition to docs
  • Loading branch information
prabhant committed Apr 9, 2021
commit 92907114c2a273d3da764cd373c4561e9ea92388
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>`_