Auto_ViML icon indicating copy to clipboard operation
Auto_ViML copied to clipboard

groups in cross validation?

Open crsegerie opened this issue 4 years ago • 2 comments

I would like to use the group params in the cross validation like in sklearn ? Is it possible to do so ?

Otherwise, thank you for your package, this is a very cool work here, especially the visualization part.

crsegerie avatar Apr 17 '21 22:04 crsegerie

Hi 👍 Thanks for the appreciation. Is this what you are looking for? Link groups: array-like of shape (n_samples,), default=None Group labels for the samples used while splitting the dataset into train/test set. Only used in conjunction with a “Group” cv instance (e.g., GroupKFold).

Since I don't use GroupKFold, but just regular KFold, do you want an input argument that says "groups" and if you send the groups, I can use it with the GroupKFold?

Please let me know and I'll consider it. Thanks Ram

rsesha avatar Apr 26 '21 00:04 rsesha

yes, this is exactly it!

crsegerie avatar Apr 26 '21 07:04 crsegerie

Hi @crsegerie 👍 Can you create a pull request and take a crack at writing some code? I don't have much time and would appreciate the help, Thanks AutoVimal

AutoViML avatar Nov 10 '23 15:11 AutoViML