automl / auto-sklearn

Automated Machine Learning with scikit-learn
https://automl.github.io/auto-sklearn
BSD 3-Clause "New" or "Revised" License
7.58k stars 1.28k forks source link

[Question] Where are the models stored? #1722

Open bankuaimianbao opened 7 months ago

bankuaimianbao commented 7 months ago

Where are the models stored?

Hi everybody I’m using 2.0.

When I see the results of the program, I wonder that where the classifier models that are called in the program are stored. As we can see with this' model_id = 2 'and so on(below), where are all the models stored?Are these models stored in a file for invocation, or are they stored on some other public platform? 1

System Details