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: [email protected] With regards, Apache Git Services
