microsoft / FLAML

A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
https://microsoft.github.io/FLAML/
MIT License
3.91k stars 508 forks source link

Handling imbalanced dataset in automl #61

Closed bnriiitb closed 3 years ago

bnriiitb commented 3 years ago

Is there a way to handle imbalanced datasets in the automl?

sonichi commented 3 years ago

Yes, please see https://github.com/microsoft/FLAML/wiki/Classification-of-imbalanced-data

bnriiitb commented 3 years ago

Thanks a lot 👍 @sonichi