makemebitter opened a new pull request #437: DL: Remove model_arch_table from output of load_model_selection_table() URL: https://github.com/apache/madlib/pull/437 JIRA: MADLIB-1381 The utility function `load_model_selection_table()` assumes that there is only 1 model architecture table (passed in as a parameter). Therefore, it should not be added to the output table. This PR removes `model_arch_table` column from the output table of `load_model_selection_table()` and creates a summary table with this column instead. Also, added tests and split the unit test file.
---------------------------------------------------------------- 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
