The Wayback Machine - https://web.archive.org/web/20220622031949/https://github.com/topics/tuning
Skip to content
#

tuning

Here are 189 public repositories matching this topic...

LeavesWang
LeavesWang commented Apr 13, 2022

When I set "split_type" as GroupKFold, then use fit() with setting "groups", I got the issue: AttributeError: 'GroupKFold' object has no attribute 'groups' and

ml.py:460, in evaluate_model_CV(config, estimator, X_train_all, y_train_all, budget, kf, task, eval_metric, best_val_loss, log_training_metric, fit_kwargs)
458 kf = kf.split(X_train_split, y_train_split)
459 elif is

good first issue

Improve this page

Add a description, image, and links to the tuning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tuning topic, visit your repo's landing page and select "manage topics."

Learn more