From 92907114c2a273d3da764cd373c4561e9ea92388 Mon Sep 17 00:00:00 2001 From: prabhant Date: Fri, 9 Apr 2021 17:05:09 +0200 Subject: [PATCH] Extension addition to docs --- doc/usage.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/usage.rst b/doc/usage.rst index 1d54baa62..3d91eb838 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -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 `_ +* `openml-pytorch `_ +* `openml-tensorflow(for tensorflow 2+) `_ +