business-science / modeltime.h2o

Forecasting with H2O AutoML. Use the H2O Automatic Machine Learning algorithm as a backend for Modeltime Time Series Forecasting.
https://business-science.github.io/modeltime.h2o/
Other
41 stars 11 forks source link

Modeltimeh2o does not return the h2o model class? #29

Open twoolston opened 7 months ago

twoolston commented 7 months ago

Matt love the package. But is there a way to extract the the h2o model class from the model_fitted? So the h2o package functions can use the object?

mdancho84 commented 7 months ago

Yes absolutely. The underlying H2O model is stored as part of the file.

mdancho84 commented 7 months ago

Here's the save and load code. https://github.com/business-science/modeltime.h2o/blob/master/R/core-save_and_load.R

twoolston commented 7 months ago

Thanks! Love your work.

On Feb 17, 2024, at 5:53 AM, Matt Dancho @.***> wrote:

Here's the save and load code. https://github.com/business-science/modeltime.h2o/blob/master/R/core-save_and_load.R

— Reply to this email directly, view it on GitHub https://github.com/business-science/modeltime.h2o/issues/29#issuecomment-1949934802, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5EN7GCNMO2KN3IYHD2DIDYUCD3NAVCNFSM6AAAAABDNB7W6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBZHEZTIOBQGI. You are receiving this because you authored the thread.

mdancho84 commented 7 months ago

Awesome! I appreciate it.