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

Implement dynamic inputs and outputs. #135

Merged
merged 3 commits into from
Mar 8, 2021

Conversation

pvk-developer
Copy link
Collaborator

This pull request contains the code necessary to support the dynamic inputs and outputs where instead of obtaining the raw value from the json or dict we call a function if this is a str.
Also two new methods are added for the MLPipeline called get_fit_args and get_produce_args which do exactly this function, return the inputs and outputs dynamically for MLPipeline which will allow us to make this a primitive in our MLPrimitives library.

Resolve #134 and helps solving the #116

@pvk-developer pvk-developer marked this pull request as draft March 4, 2021 15:04
@pvk-developer pvk-developer marked this pull request as ready for review March 8, 2021 12:28
Copy link
Contributor

@csala csala left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks @pvk-developer

@csala csala merged commit 098302e into master Mar 8, 2021
@csala csala deleted the issue_134_support_dynamic_inputs_and_outputs branch March 8, 2021 15:27
@csala csala added this to the 0.4.1 milestone Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support dynamic inputs and outputs
2 participants