我编写了以下代码来在RandomizedSearchCV分类器模型上执行LightGBM,但是我得到了以下错误。ValueError: For early stopping, at least one dataset and eval metric is required for evaluationimport lightgbm('Best score reached: {} with params: {} '.format(gs.best_score_, gs.best_params_))我试图实现以下链接<em
在运行lgb.cv时,在日志中,我有时会在“从分数开始训练”之后得到负数。不知道这个数字到底是什么意思,以及什么单位?它是根据参数中指定的度量计算的吗?以下是一段节选:[LightGBM] [Info] Number of data: 18600, number of used features: 1380
[LightGBM] [Info] Start training from score -5.