h2oai / steam

DEPRECATED Build, manage and deploy H2O's high-speed machine learning models.
http://www.h2o.ai/download/
GNU Affero General Public License v3.0
61 stars 30 forks source link

Prediction service not recognizing DRF model as binomial #378

Open reedv opened 7 years ago

reedv commented 7 years ago

Have have a DRF model imported from h2o flow that when deployed to the prediction service, seems to not re recognized as a binary estimator in predict.js used by the service (the global variable isBinaryPrediction in predict.js always returns false). A more detailed explanation of the problem and my current workaround is posted as a stackoverflow question (and self-answer).