MLBazaar / MLBlocks

A library for composing end-to-end tunable machine learning pipelines.
https://mlbazaar.github.io/MLBlocks
MIT License
114 stars 35 forks source link

Support optional fit and produce args and arg defaults #95

Closed csala closed 5 years ago

csala commented 5 years ago

The current parsing of fit and produce args requires all the arguments to always exist inside the pipeline context.

Two new keywords should be added inside the arg specification dictionary to make this behavior more flexible: