Adds pipeline for MPL classifier to remote_sensing_path
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.
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.
fixes #238
remote_sensing_path
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.