Skip to content

Parallel evaluation of tasks - #1020

Merged
mfeurer merged 10 commits into
developfrom
joblib_evals
Feb 18, 2021
Merged

Parallel evaluation of tasks#1020
mfeurer merged 10 commits into
developfrom
joblib_evals

Conversation

@Neeratyoy

Copy link
Copy Markdown
Contributor

What does this PR implement/fix? Explain your changes.

Uses joblib to evaluate different folds of a task in parallel, in order to speed-up the purely sequential evaluations of tasks right now.

How should this PR be tested?

The unit tests added to test the accuracy of the distribution of evaluation and collation of results.

@codecov-io

codecov-io commented Feb 5, 2021

Copy link
Copy Markdown

Codecov Report

Merging #1020 (c2cbfe2) into develop (ab793a6) will increase coverage by 0.13%.
The diff coverage is 84.48%.

Impacted file tree graph

@@ Coverage Diff @@## develop #1020 +/- ##
===========================================
+ Coverage 88.04% 88.18% +0.13% 
===========================================
Files 36 36 Lines 4568 4594 +26 ===========================================
+ Hits 4022 4051 +29 + Misses 546 543 -3 
Impacted FilesCoverage Δ
openml/runs/functions.py83.61% <72.72%> (+0.15%)⬆️
openml/config.py84.78% <100.00%> (+5.10%)⬆️
openml/testing.py84.24% <100.00%> (+0.70%)⬆️
openml/utils.py90.66% <0.00%> (-0.67%)⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab793a6...17e3916. Read the comment docs.

@Neeratyoy
Neeratyoy marked this pull request as ready for review February 5, 2021 13:48
Comment threadopenml/runs/functions.py Outdated
Comment threadopenml/runs/functions.py Outdated
Comment threadopenml/runs/functions.py Outdated
Comment threadtests/test_openml/test_config.py Outdated
Comment threadtests/test_runs/test_run_functions.py
Comment threadtests/test_runs/test_run_functions.py
Comment threadtests/test_runs/test_run_functions.py
Comment threadopenml/testing.py Outdated
@mfeurer
mfeurer merged commit 4ff66ed into developFeb 18, 2021
@mfeurer
mfeurer deleted the joblib_evals branch February 18, 2021 10:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Neeratyoy@codecov-io@mfeurer