uncharted-distil / distil-auto-ml

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

Runtime changes and pipeline fixes #185

Closed cdbethune closed 4 years ago

cdbethune commented 4 years ago

fixes #181

  1. Fixes up some temporary pipeline issues introduced by our use of some external D3M primitives that have not yet been updated.
  2. Addresses issues with metric and task mapping that were introduced by the runtime no longer supporting numeric enumerations. This will need to be reworked once the TA3/TA2 API is updated to pass strings for tasks and metrics, rather than enums.