Python H2O Memory Management
问题 Similar to this question in R here, I get out of memory issues when running loops with grid search in H2O. In R, doing gc() during each loop did help. What is the proposed solution here? 回答1: There appears to be no h2o.gc() function in the Python API. See "How can I debug memory issues?" in the FAQ. You could POST that back-end command ( GarbageCollect ) directly using the REST API if you suspect the problem is the back-end holding on to memory that it no longer should be. Studying the