Replies: 1 comment 2 replies
-
|
Hi @henjoe, Yes, it is supported. Please use automl = AutoML(results_path="my_automl_models")
predictions = automl.predict(X_test)May I ask what is your use case for AutoML? :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, first of all thank you for wonderful job!
I justbwant to clarify things since I dont see this in the documentations.
If let say I trained a model, as per documentation it is automatically saved (set on default folder), now I stop my python environment and then run it again, what I want is to use the saved model so I can easily inference with it without fitting the model again.
For example
Does this supported now?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions