Skip to content

Issue 104 advanced intermediate outputs #105

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

Merged
merged 2 commits into from
Sep 5, 2019

Conversation

csala
Copy link
Contributor

@csala csala commented Sep 3, 2019

Resolve #104

Allow defining lists of outputs in the pipeline JSON

Add new methods get_outputs, get_output_names and get_output_variables.
Modify output_ argument behavior in MLPipeline fit and predict methods.

@csala csala requested a review from pvk-developer September 3, 2019 20:19
@codecov-io
Copy link

codecov-io commented Sep 3, 2019

Codecov Report

Merging #105 into master will increase coverage by 0.79%.
The diff coverage is 89.9%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #105      +/-   ##
=========================================
+ Coverage   77.31%   78.1%   +0.79%     
=========================================
  Files           5       5              
  Lines         626     676      +50     
=========================================
+ Hits          484     528      +44     
- Misses        142     148       +6
Impacted Files Coverage Δ
mlblocks/mlpipeline.py 87.72% <89.9%> (+2.26%) ⬆️
mlblocks/datasets.py 32.9% <0%> (-3.23%) ⬇️

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 6561015...dabf1a1. Read the comment docs.

@csala csala merged commit 86254c2 into master Sep 5, 2019
@csala csala deleted the issue-104-advanced-intermediate-outputs branch September 5, 2019 16:06
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.

Return specified intermediate outputs
3 participants