uncharted-distil / distil-auto-ml

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

MLP pipeline integration #244

Closed cdbethune closed 4 years ago

cdbethune commented 4 years ago

fixes #238

  1. Adds pipeline for MPL classifier to remote_sensing_path
  2. Adds new env var MLP_CLASSIFIER to toggle between ranked linear SVC and MLP classifier use. We may want to allow both to run once MLP classifier is more stable.
  3. Fixes a number of additional issues around ROC AUC scoring to allow for the system to provide fallback scores instead of outright failing when ROC AUC is requested, but the confidence information is not available/improperly formatted.