Skip to content

Commit

Permalink
fix issues in engine.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioSalvatoreArcidiacono committed Dec 18, 2024
1 parent f33ebd3 commit a61726f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/lightgbm/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def cv(
train_set._update_params(params)._set_predictor(predictor)

results = defaultdict(list)
cvbooster = _make_n_folds(
cvfolds = _make_n_folds(
full_data=train_set,
folds=folds,
nfold=nfold,
Expand Down

0 comments on commit a61726f

Please sign in to comment.