uncharted-distil / distil-auto-ml

Distil Automated Machine Learning Server
Apache License 2.0
2 stars 1 forks source link

create validation pipelines directory #254

Closed cdbethune closed 4 years ago

cdbethune commented 4 years ago

Right now we have a few pipelines that are only used for validation because they contain primitives that are only used by TA3 systems. We should create a directory for those called validation, and move any pipelines that only exist for validation there. The export_piplines.sh script will need to be updated to read pipelines from that directory as well. Any pipelines that have had a primitive inserted just for the sake of coverage (like timeseries_var with TimeSeriesBinningPrimitive) should be updated to remove the inert primitive. New pipelines should be created to exercise those primitives, storing them in the new validation directory.