Commit d95cb88
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
- examples/30_extended
- openml/extensions/sklearn
- tests
- test_extensions/test_sklearn_extension
- test_runs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
155 | 161 | | |
156 | 162 | | |
157 | 163 | | |
| |||
0 commit comments