Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用optuna调整超参数xgboost,但是由于内存限制,我不能将属性设置n_trials得太高否则会报告MemoryError,所以我想知道如果我设置n_trials=5并运行该程序 4 次,会结果与我设置n_trials=20并运行一次程序的结果相似吗?
optuna
xgboost
n_trials
MemoryError
n_trials=5
n_trials=20
是的,如果您使用相同的数据库来存储不同运行之间的研究。