Closed suryajayaraman closed 3 years ago
Hi @suryajayaraman there are two ways to go about it:
evaluate_config
. You can put the groupKFold cross-validation inside that custom function.+1, I'm having the same issue but for classification. Trying to understand the underlying code better so that I can think about whether I feel confident adding it myself.
@dtquandt @suryajayaraman Let's discuss on gitter about it.
@suryajayaraman @dtquandt The PR is created. Please let us know your suggestions.
Hi,
I'm trying to tune lightgbm for a regression problem and need to use groupKFold for cross-validation. By default, automl.fit() takes repeatedkfold as split_type. I looked up at the documentation, but couldn't find details regarding that. Also, how to pass the groups arguments to it.
Thanks in advance.