FLAML
FLAML copied to clipboard
Regression with Grouped kFold CV
Hello,
I have a regression problem where I need to be able to use a grouped k-fold strategy (sklearn.model_selection.GroupKFold). However, I see in the docs that split_type for regression problems cannot be set to 'group' ?
Is there a way to run a regression problem with a grouped kFold approach in autoML?
Cheers!
It can be, I believe.