Skip to content

Commit d95cb88

Browse files
Neeratyoymfeurer
authored andcommitted
Standardize use of n_jobs and reporting of computation time (openml#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 (openml#1052) * Minor reshuffling * Update examples/30_extended/fetch_runtimes_tutorial.py Co-authored-by: Neeratyoy Mallik <neeratyoy@gmail.com> Co-authored-by: Neeratyoy Mallik <neeratyoy@gmail.com> Co-authored-by: Matthias Feurer <feurerm@informatik.uni-freiburg.de>
1 parent e59cf20 commit d95cb88

5 files changed

Lines changed: 510 additions & 91 deletions

File tree

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)