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/09 18:12:13 UTC

[GitHub] [madlib] njayaram2 opened a new pull request #365: DL: Add new columns in fit output summary table.

njayaram2 opened a new pull request #365: DL: Add new columns in fit output summary table.
URL: https://github.com/apache/madlib/pull/365
 
 
   JIRA: MADLIB-1319
   
   Columns `dependent_vartype` and `normalizing_const` are useful to have
   in the model summary table since they can be used in predict.
   1) For instance, `dependent_vartype` will be useful in
   https://issues.apache.org/jira/browse/MADLIB-1315 while creating the
   prediction output column. In case of response, the output column should
   be of the same type as the dependent variable in train data.
   2) While predicting, `normalizing_const` will be useful to normalize the
   test data using the same normalizing constant that was used to normalize
   the train data.
   
   Co-authored-by: Nandish Jayaram <nj...@apache.org>

----------------------------------------------------------------
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