H2O SplitFrame throws error reached elapsed time limit – Ubuntu
I'm using RStudio server and h2o.splitFrame is causing some error, and I'm not sure where to look at. h2o.init(max_mem_size = '950G', nthreads = 127) ... parts = h2o.splitFrame(data_h2o, ratios = c(0.7,0.15), seed =1) # train-valid-test split Error in .Call(R_curl_fetch_memory, enc2utf8(url),…