-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Export asklearn2 predictions to improve start up time #1364
Comments
Hi @eddiebergman. Would love to take this issue up as a first-timer. Is this still open? |
Hi @aseemk98, So we discussed this and we're not sure we have a good solution in mind but if you have ideas, we would be happy to discuss them! Essentially there is some model trained for each metric upon import of
@mfeurer can you have a read of this on Monday and add any comments, I've forgotten the discussion we had about this. Best, |
Hey @aseemk98, If you're still up for it, we had a discussion and we think doing so in Best, |
Hi @eddiebergman , I understand why the first mentioned method is not feasible but I don't exactly understand the init method that you want me to take. P.s really sorry, this is my first crack at an open sourced repo |
Hi @aseemk98, No problem, we're delighted you would like to contribute :) So that's my bad, I did not give enough context for the We can also improve upon the current training of the selector which takes ~60s. This is training a selector for 4 different metrics yet once the These two things together mean that in practice, we can improve the situation from If you're not aware, I would check out our Contribution Guide on how to start. Please feel free to ask any questions when you have them :) |
Hi @eddiebergman , If I understand correctly, the selectors are being trained on the various metric in the following loop |
You got it :) |
Hi @eddiebergman , |
That seems promising, as soon as you're happy with an initial PR, feel free to make a Pull Request (PR) with your changes to the |
You can find the PR here |
As an fyi, you'll find feedback on your PR and we can continue from there :) |
We currently fit and predict upon loading
autosklearn.experimental.askl2
for the first time. In environments with a non-persistent filesystem (autosklearn is installed into a new filesystem each time), this can add quite a bit of time delay as experienced in #1362It seems more applicable to export the predictions with the library to save on this time.
The text was updated successfully, but these errors were encountered: