use_label_encoder warning with xgboost
Open
good first issue
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 565
- Avg merge
- 5d 8m
- Merged PRs (30d)
- 17
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](https://discuss.xgboost.ai/t/use-label-encoder-is-deprecated-in-1-7-0/3003)
**use_label_encoder options should be removed it seems?**
A quick search on the repo's source code yield:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.