I built a deep training model using h2o in R. I saved the model using the command
save(model,file="my_model.RData")
But now, when I predict the use of the saved model, it gives me an error message. I had to save the model using h2o.savemodel.
h2o.savemodel(model)
Is there a way around it so that I can use my model now for forecasting?
H2O, , . , R, model = h2o.getModel("theModelId") ( , , "my_model".RData ").
model = h2o.getModel("theModelId")
, , , , . .
: , , , , model R - , . R, H2O, H2O.
model
Source: https://habr.com/ru/post/1660761/More articles:Lazy Loading does not work, related entity is always zero - c #Finding a number in different bases - algorithmShow which files have been changed in SmartGit - gitИзмените yyin на argv [1] Flex & Bison - c++Angular2 highchart-more - angulargeom_path generates a warrning message after updating R - rWhy can't a module be a context manager (with a 'with' expression)? - pythonGetting "Authorization permission type is not supported by authorization server" from amazon - phpHbase connection pool - hbaseSFSafariViewController loses state when returning to application - iosAll Articles