microsoft/FLAML

use_label_encoder warning with xgboost

Open

#1,120 创建于 2023年7月11日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Jupyter Notebook (560 fork)github user discovery
good first issue

仓库指标

Star
 (4,364 star)
PR 合并指标
 (PR 指标待抓取)

描述

Currently, when using using flaml with xgboost, there is always a warning about

UserWarning: `use_label_encoder` is deprecated in 1.7.0.

As per discussion on xgboost forum use_label_encoder options should be removed it seems?

A quick search on the repo's source code yield: image

贡献者指南