You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello team,
I'm doing some tests with autosklearn and I would like to know I can get/export a trained autosklearn model for production use.
Could you please explain which is the process I have to follow?
Currently I am doing this:
And then I'm using "automl "as a sklearn model and I'm logging it on mlflow but It is rather big (>1 GB).
Is this the right way or there are better ways?
For now I don't need an automatic way, a manual process is sufficient for my tests
Thanks a lot
Sergio
Short Question Description
A clear single sentence question we can try to help with?
With some extra context to follow it up. This way the question is clear for both you and us without it being lost in the paragraph.
Some useful information to help us with your question:
Likewise, an example can answer many questions! However we can't cover all question with examples but if you think your question would benefit from an example, let us know!
We try to label all questions with the label Question, maybe someone has already asked. If the question is about a feature, try searching more of the issues. If you find something related but doesn't directly answer your question, please link to it with #(issue number)!
System Details (if relevant)
Which version of auto-sklearn are you using?
Are you running this on Linux / Mac / ... ?
auto-sklearn==0.14.6
linux centos 7
The text was updated successfully, but these errors were encountered:
So currently we do not have any nice sklearn only export, i.e. there will always be a little auto-sklearn in there. It is something we want to get done eventually but we are currently quite busy with quite a few non-autosklearn things. I hope to be able to return to it in August when the conference period is over.
In the meantime, I recommend checking out automl.show_models() to get access to the models but a more comprehensive answer can be found here. It's not pretty and it's on v0.16 list of things to do.
We are always happy to receive contributions as well :)
Uh oh!
There was an error while loading. Please reload this page.
Hello team,
I'm doing some tests with autosklearn and I would like to know I can get/export a trained autosklearn model for production use.
Could you please explain which is the process I have to follow?
Currently I am doing this:
And then I'm using "automl "as a sklearn model and I'm logging it on mlflow but It is rather big (>1 GB).
Is this the right way or there are better ways?
For now I don't need an automatic way, a manual process is sufficient for my tests
Thanks a lot
Sergio
Short Question Description
A clear single sentence question we can try to help with?
With some extra context to follow it up. This way the question is clear for both you and us without it being lost in the paragraph.
Some useful information to help us with your question:
Before you ask, please have a look at the
Question
, maybe someone has already asked. If the question is about a feature, try searching more of the issues. If you find something related but doesn't directly answer your question, please link to it with #(issue number)!System Details (if relevant)
Which version of
auto-sklearn
are you using?Are you running this on Linux / Mac / ... ?
auto-sklearn==0.14.6
linux centos 7
The text was updated successfully, but these errors were encountered: