fmcquillan99 commented on pull request #518: URL: https://github.com/apache/madlib/pull/518#issuecomment-698557841
(3) ``` PL/Python function "madlib_keras_automl" ERROR: plpy.Error: DL: Please choose a valid distribution type for 'momentum_3': ['linear', 'log'] (plpython.c:5038) ``` Should not report `_3` or `_4` or whatever in messages since user does not know what these are. Should just report: ``` PL/Python function "madlib_keras_automl" ERROR: plpy.Error: DL: Please choose a valid distribution type for 'momentum': ['linear', 'log'] (plpython.c:5038) ``` etc. ---------------------------------------------------------------- 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]
