0

After running h2o.init(), the already(past) created h2o dataframe(dataset) becomes null and is showing error if we use them for other purposes in R std. As a result, I have to clear the environment and load everything (from scratch)

Is there Coding to extract the old h2o dataframe?

Phil
  • 7,287
  • 3
  • 36
  • 66
  • It sounds like you've shut down an H2O cluster and then are re-starting it in the same R session and some of the objects that point to H2OFrames are no longer valid? Maybe you can update your question to show a code example of what you're doing. – Erin LeDell Jan 28 '23 at 00:47

0 Answers0