kaknikhil opened a new pull request #531:
URL: https://github.com/apache/madlib/pull/531


   JIRA: MADLIB-1462
   
   Previously when running fit_multiple (with or without validation dataset), we
   weren't printing the timing for the evaluate runs. This commit adds code to
   print timing for both training evaluate and validation evaluate.
   
   If the user specifies only the training dataset, then the following will be 
added to the existing output
       1. The cumulative time it took for all the msts to run evaluate for the 
training dataset for that iteration
   
   If the user specifies a validation dataset, then the following will be added 
to the existing output
       1. The cumulative time it took for all the msts to run evaluate for the 
training dataset for that iteration
       2. The cumulative time it took for all the msts to run evaluate for the 
validation dataset for that iteration
   
   <!--  
   
   Thanks for sending a pull request!  Here are some tips for you:
   1. Refer to this link for contribution guidelines 
https://cwiki.apache.org/confluence/display/MADLIB/Contribution+Guidelines
   2. Please Provide the Module Name, a JIRA Number and a short description 
about your changes.
   -->
   
   - [ ] Add the module name, JIRA# to PR/commit and description.
   - [ ] Add tests for the change. 
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to