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).
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 inpredict.js
used by the service (the global variableisBinaryPrediction
inpredict.js
always returns false). A more detailed explanation of the problem and my current workaround is posted as a stackoverflow question (and self-answer).