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

Unable see probability ratio for DRF model deployment in prediction builder #390

Open venkateshmadala opened 6 years ago

venkateshmadala commented 6 years ago

Hi Team, We built a DRF model from H2O and deployed to steam. While predicting the result-set we are not able to see probability ratio in prediction results in GUI. For same data I have built GLM model and deployed in steam and while predicting the results I am able to see the probability ration in UI. For DRF model I am able see Response column in prediction builder where for other model types I am not able to see response column in prediction builder.

Below is the screenshot for GLM model prediction results.

drf_model

Below is the screenshot for DRF model prediction results.

drf_model

I would like to know is it an issue in Steam or DRF model creation.