所以我开始运行 CatBoost 的 RandomizedSearch 实现,就我从日志中看到的(我从 verbose=1 知道,下面是日志),有一个模型是很长时间以来最好的模型,我不能再等它完成随机搜索直到最后,我想看看这里有没有人知道我如何在关闭我的 Python 脚本后以某种方式访问该模型的超参数。有什么办法可以看到吗?
/catboost_log.txt
...
595: loss: 7.3805087 best: 6.8218305 (130) total: 9h 7m 51s remaining: 4h 16m 27s
596: loss: 7.3949953 best: 6.8218305 (130) total: 9h 10m 11s remaining: 4h 16m 12s
...