byu-dml / d3m-experimenter

A distributed system for creating, running, and persisting many machine learning experiments.
0 stars 0 forks source link

Streamline Pipeline Builder Utils #70

Closed epeters3 closed 5 years ago

epeters3 commented 5 years ago

The pipeline building logic is getting a little unruly, especially with the requirements for building pipelines expanding. It would be nice to factor some external logic into the EZPipeline class, and refactor some of its already existing logic, to reduce complexity in the code and enhance the pipeline building experience.

Logic to move into EZPipeline:

Logic to refactor within EZPipeline: