Skip to content

Commit 3a1dfbd

Browse files
Neeratyoymfeurer
andauthored
Standardize use of n_jobs and reporting of computation time (#1038)
* Unit test to test existence of refit time * Measuring runtime always * Removing redundant check in unit test * Updating docs with runtimes * Adding more utilities to new example * Removing refit_time + fetching trace runtime in example * rename example * Reiterating with changes to example from @mfeurer suggestions * Including refit time and other minor formatting * Adding more cases + a concluding summary * Cosmetic changes * Adding 5th case with no release of GIL * Removing debug code * Runtime measurement example updates (#1052) * Minor reshuffling * Update examples/30_extended/fetch_runtimes_tutorial.py Co-authored-by: Neeratyoy Mallik <[email protected]> Co-authored-by: Neeratyoy Mallik <[email protected]> Co-authored-by: Matthias Feurer <[email protected]>
1 parent e336ab3 commit 3a1dfbd

File tree

5 files changed

+510
-91
lines changed

5 files changed

+510
-91
lines changed

doc/usage.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,19 @@ obtained on. Learn how to share your datasets in the following tutorial:
145145

146146
* `Upload a dataset <examples/30_extended/create_upload_tutorial.html>`_
147147

148-
~~~~~~~~~~~~~~~~~~~~~~~
148+
***********************
149149
Extending OpenML-Python
150-
~~~~~~~~~~~~~~~~~~~~~~~
150+
***********************
151151

152152
OpenML-Python provides an extension interface to connect other machine learning libraries than
153153
scikit-learn to OpenML. Please check the :ref:`api_extensions` and use the
154154
scikit-learn extension in :class:`openml.extensions.sklearn.SklearnExtension` as a starting point.
155+
156+
Runtime measurement is incorporated in the OpenML sklearn-extension. Example usage and potential
157+
usage for Hyperparameter Optimisation can be found in the example tutorial:
158+
`HPO using OpenML <examples/30_extended/fetch_runtimes.html>`_
159+
160+
155161
Here is a list of currently maintained OpenML extensions:
156162

157163
* `openml-keras <https://github.com/openml/openml-keras>`_

0 commit comments

Comments
 (0)