You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by GitBox <gi...@apache.org> on 2019/04/16 18:23:54 UTC

[GitHub] [madlib] khannaekta opened a new pull request #370: DL: Support response and prob prediction outputs

khannaekta opened a new pull request #370: DL: Support response and prob prediction outputs
URL: https://github.com/apache/madlib/pull/370
 
 
   JIRA: MADLIB-1315
   
   This PR adds a new optional parameter to madlib_keras_predict called
   pred_type.
   1) If pred_type='response', then the prediction output would have a new
   column called estimated_COLNAME, and its value would be the class label
   with highest probability.
   2) If pred_type='prob', then the prediction output will have multiple
   columns, one for each class label. The values in these columns would be
   the probability associated with the corresponding class label.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services