microsoft/FLAML

use_label_encoder warning with xgboost

Open

#1,120 opened on Jul 11, 2023

 (3 comments) (0 reactions) (0 assignees)Jupyter Notebook (560 forks)github user discovery
good first issue

Repository metrics

Stars
 (4,364 stars)
PR merge metrics
 (Avg merge 3d 21h) (12 merged PRs in 30d)

Description

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

Contributor guide