uncharted-distil / distil-auto-ml

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

Scoring fixes #188

Closed cdbethune closed 4 years ago

cdbethune commented 4 years ago

Scoring with multi-index results wasn't properly preserving ordering. The code has been reworked a bit to ensure that order is properly preserved. For now, we've also removed the requirement to expand the predictions, as we are handling multi-index in scoring itself.