2
Predict with a selected modle #421
xinwei-sher
started this conversation in
Ideas
Predict with a selected modle
#421
Replies
1
|
To compute predictions from selected model you need to change the model name in the |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Insert Link
Translated from {{ originalLanguageInEnglish }}
Beta Was this translation helpful? Give Feedback
Beta 이 번역이 도움이 되셨나요? 피드백 제공
Beta Esta tradução foi útil? Dê sua opinião


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."