Predict with a selected modle #421
xinwei-sher
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
To compute predictions from selected model you need to change the model name in the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The predict function uses the best model from AutoML. I'm interested to see the predictions from other models as well. Is there any way to select one of the other models and use it for prediction? Thanks.
"predict(self, X)
Computes predictions from AutoML best model."
Beta Was this translation helpful? Give feedback.
All reactions