Commit 3a1dfbd
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- doc
- examples/30_extended
- openml/extensions/sklearn
- tests
- test_extensions/test_sklearn_extension
- test_runs
5 files changed
+510
-91
lines changed| 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