microsoft/FLAML

use_label_encoder warning with xgboost

Open

#1120 aperta il 11 lug 2023

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Jupyter Notebook (560 fork)github user discovery
good first issue

Metriche repository

Star
 (4364 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor