Is there a way to get the output, 'model.predict(X_test)', from the best model? #389
Unanswered
catalysthw
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello,
I was wondering if I could call 'model.predict(X_test)' from the lazypredic result.
I could extract the name of the best model and its performance,
but I am not sure of whether I ccan call 'model.predict(X_test)' directly instead of writing lines of code after checking the best model.
Thank you
Hyowon
Beta Was this translation helpful? Give feedback.
All reactions