Skip to content

Modularizes the _run_task_get_arffcontent function#379

Merged
janvanrijn merged 16 commits intodevelopfrom
modularize
Nov 29, 2017
Merged

Modularizes the _run_task_get_arffcontent function#379
janvanrijn merged 16 commits intodevelopfrom
modularize

Conversation

@janvanrijn
Copy link
Copy Markdown
Member

so we can access individual models of folds, and manipulate them

@codecov-io
Copy link
Copy Markdown

codecov-io commented Nov 28, 2017

Codecov Report

Merging #379 into develop will decrease coverage by 0.25%.
The diff coverage is 92.78%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #379      +/-   ##
===========================================
- Coverage     89.6%   89.34%   -0.26%     
===========================================
  Files           32       32              
  Lines         2587     2610      +23     
===========================================
+ Hits          2318     2332      +14     
- Misses         269      278       +9
Impacted Files Coverage Δ
openml/runs/functions.py 86.1% <92.78%> (-1.4%) ⬇️

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 4d5d118...8ac22ab. Read the comment docs.

Comment thread openml/runs/functions.py Outdated
for file_dict in run['oml:output_data']['oml:file']:
output_data = run['oml:output_data']
if 'oml:file' in output_data:
if isinstance(output_data['oml:file'], dict):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could use the force_list argument to the xml parsing here.

@janvanrijn janvanrijn merged commit 194706d into develop Nov 29, 2017
@janvanrijn janvanrijn deleted the modularize branch November 29, 2017 13:50
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