I have H2O
version 3.22.0.1
where I have created several models using Flow.
I now want to import them into R (v 3.5.1) for further analysis.
However, the version of the package for R is h2o_3.20.0.8
and I receive this error when running h2o.loadModel()
Error in .h2o.doSafeREST(h2oRestApiVersion = h2oRestApiVersion, urlSuffix = page, :
ERROR MESSAGE:
Found version 3.22.0.1, but running version 3.20.0.8
I saw somewhere in the documentation that the versions must correspond, so is there a (development?) version of the R package for H2O
which corresponds to H2O version 3.22.0.1
? If not, is there any other work-around to import and use models built using Flow 3.22.0.1
in R (other than to revert to version 3.20.0.8
of H2O)