Skip to content

Allow full parallel evaluation of a task - #880

Closed
mfeurer wants to merge 5 commits into
developfrom
allow_parallel_task_evaluation
Closed

Allow full parallel evaluation of a task#880
mfeurer wants to merge 5 commits into
developfrom
allow_parallel_task_evaluation

Conversation

@mfeurer

Copy link
Copy Markdown
Collaborator

By using joblib.Parallel over the folds/repeats etc. of a task.

@codecov-io

codecov-io commented Nov 12, 2019

Copy link
Copy Markdown

Codecov Report

Merging #880 into develop will increase coverage by 0.1%.
The diff coverage is 91.48%.

Impacted file tree graph

@@ Coverage Diff @@## develop #880 +/- ##
==========================================
+ Coverage 88.49% 88.59% +0.1% 
==========================================
Files 37 37 Lines 4304 4333 +29 ==========================================
+ Hits 3809 3839 +30 + Misses 495 494 -1
Impacted FilesCoverage Δ
openml/config.py95.83% <100%> (+5.26%)⬆️
openml/runs/functions.py83.15% <76.66%> (+0.83%)⬆️
openml/tasks/split.py94.79% <97.36%> (+0.16%)⬆️
openml/_api_calls.py83.14% <0%> (-4.5%)⬇️
openml/extensions/sklearn/extension.py91.19% <0%> (-0.13%)⬇️

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 69d443f...08145fc. Read the comment docs.

@mfeurermfeurer mentioned this pull request Dec 4, 2019
@mfeurermfeurer mentioned this pull request Feb 5, 2021
@mfeurer

Copy link
Copy Markdown
CollaboratorAuthor

Superseded by #1020

@mfeurermfeurer closed this Feb 5, 2021
@mfeurer
mfeurer deleted the allow_parallel_task_evaluation branch February 5, 2021 19:41
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.

2 participants

@mfeurer@codecov-io