microsoft/FLAML

use_label_encoder warning with xgboost

Open

#1.120 geöffnet am 11. Juli 2023

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Jupyter Notebook (560 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (4.364 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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