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 2022/03/02 22:21:48 UTC

[GitHub] [madlib] orhankislal commented on a change in pull request #577: GLM-multinom: Use non-temp tables in GroupIterationController

orhankislal commented on a change in pull request #577:
URL: https://github.com/apache/madlib/pull/577#discussion_r818152419



##########
File path: src/ports/postgres/modules/glm/glm.py_in
##########
@@ -350,7 +351,7 @@ def __glm_compute(schema_madlib, tbl_source, tbl_output, col_dep_var, col_ind_va
                    **args))
 
     # clean up
-    plpy.execute("""DROP TABLE IF EXISTS pg_temp.{rel_state} """.format(**args))

Review comment:
       Yes this is called only once at the end of the training. 




-- 
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-unsubscribe@madlib.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org