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
I want to use SMAC for "Database Tuning", and my teacher need I submit the model file, but I can't find how to save and load the model in SMAC. My Surrogate Model choose random_forst. I just find the runHistory in Documentation.
Hi @fang-tech
(I hope the answer is not too late)
there are two ways:
(1) you could pickle the random forest and reload it. That requires that the person reloading it needs to have the same packages installed.
(2) You could read in the evaluated configurations and retrain the RF
Description
I want to use SMAC for "Database Tuning", and my teacher need I submit the model file, but I can't find how to save and load the model in SMAC. My Surrogate Model choose random_forst. I just find the runHistory in Documentation.
Code
Versions
2.1.0
The text was updated successfully, but these errors were encountered: