FLAML icon indicating copy to clipboard operation
FLAML copied to clipboard

Regression with Grouped kFold CV

Open rsangole opened this issue 2 years ago • 1 comments

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!

rsangole avatar Nov 06 '23 20:11 rsangole

It can be, I believe.

sonichi avatar Nov 12 '23 14:11 sonichi