Running h2o.automl()
returns a single model in leaderboard; however, when trying to access the actual model via @leader@model
, the following error ensues:
Error in is.H2OFrame(x) : trying to get slot "metrics" from an object of a basic class ("NULL") with no slots
As well, when calling h2o.predict()
on the leader model, got the error message:
Error in .h2o.doSafeREST(h2oRestApiVersion = h2oRestApiVersion, urlSuffix = page, : ERROR MESSAGE: Object 'dummy' not found in function: predict for argument: model
Model was run in the same session using h2o
v3.20.0.2
in R
.