orhankislal commented on code in PR #580: URL: https://github.com/apache/madlib/pull/580#discussion_r869266488
########## src/ports/postgres/modules/convex/mlp.sql_in: ########## @@ -1346,99 +1349,6 @@ JOIN mlp_regress_prediction USING (id); (1 row) </pre> -<h4>Regression with Grouping and Mini-Batching</h4> Review Comment: 1- A bit redundant, we already have examples for: - MLP with grouping - MLP with minibatching - minibatching with grouping in the minibatching docs 2- With such a small dataset, it was occasionally failing on my local mac setup. -- 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. To unsubscribe, e-mail: dev-unsubscr...@madlib.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org