alex_bn_lee

导航

2023年1月17日 #

【802】jupyter不显示警告,lightGBM不显示训练细节

摘要: 参考:【jupyter】notebook屏蔽warning信息输出 参考:lightGBM屏蔽训练过程信息 import warnings warnings.filterwarnings("ignore") lgbr = LGBR(**params) lgbr.fit(X, y, eval_set= 阅读全文

posted @ 2023-01-17 08:48 McDelfino 阅读(999) 评论(0) 推荐(0)