-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I already have trained models, how can I use mlens #137
Comments
Hey, @xuzhang5788 , have you considered creating a wrapper class like this one?
|
Excellent question @xuzhang5788. Did @AlanGanem 's solution work? |
@tanweer-mahdi I didn't try. If you would like to try, please let me know if it works. Many thanks. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I already have trained several models, I want to ensemble them in the end. I don't want to retrain my models. I can get model.predict(test) values. How to stack them together using mlens? Many thanks
The text was updated successfully, but these errors were encountered: