microsoft/FLAML

use_label_encoder warning with xgboost

Open

#1 120 ouverte le 11 juil. 2023

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Jupyter Notebook (560 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (4 364 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur