Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel evaluation of tasks #1020

Merged
merged 10 commits into from
Feb 18, 2021
Merged

Parallel evaluation of tasks #1020

merged 10 commits into from
Feb 18, 2021

Conversation

Neeratyoy
Copy link
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
Copy link

codecov-io commented Feb 5, 2021

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 Files Coverage Δ
openml/runs/functions.py 83.61% <72.72%> (+0.15%) ⬆️
openml/config.py 84.78% <100.00%> (+5.10%) ⬆️
openml/testing.py 84.24% <100.00%> (+0.70%) ⬆️
openml/utils.py 90.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
@Neeratyoy Neeratyoy requested a review from mfeurer February 5, 2021 14:03
openml/runs/functions.py Outdated Show resolved Hide resolved
openml/runs/functions.py Outdated Show resolved Hide resolved
openml/runs/functions.py Outdated Show resolved Hide resolved
tests/test_openml/test_config.py Outdated Show resolved Hide resolved
tests/test_runs/test_run_functions.py Show resolved Hide resolved
tests/test_runs/test_run_functions.py Show resolved Hide resolved
tests/test_runs/test_run_functions.py Show resolved Hide resolved
@Neeratyoy Neeratyoy requested a review from mfeurer February 9, 2021 13:10
openml/testing.py Outdated Show resolved Hide resolved
@mfeurer mfeurer merged commit 4ff66ed into develop Feb 18, 2021
@mfeurer mfeurer deleted the joblib_evals branch February 18, 2021 10:14
Sign up for free to 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