In the space
param, I declare it as:
"langevin": hp.choice("langevin", [True, False])
The fmin
successfully ran. However when I use: model = Regressor(**best)
, it throws: CatBoostError: catboost/private/libs/options/json_helper.h:157: Can't parse parameter "langevin" with value: 1
How can I force the return value as True?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…