Results 3 issues of minghao

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...

good first issue

As per https://github.com/scikit-learn-contrib/skope-rules/issues/57 and also https://stackoverflow.com/questions/72032032/importerror-cannot-import-name-iterable-from-collections-in-python The path for *collections.Iterable* (python >3.10 ) and *sklearn.externals.six* (sklearn ) is updated Currently, for it to play nice with the updated packages, I...

Hi there, I was trying to run some of the notebooks to follow. However, I couldnt seems to import to the functions/class correctly. Is the current dag/folder hierarchy functional for...