Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python-package] fix retrain on sequence dataset #6414

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update python-package/lightgbm/basic.py
Co-authored-by: James Lamb <jaylamb20@gmail.com>
  • Loading branch information
eromoe and jameslamb authored Jul 15, 2024
commit 3ac186ccee852a0102e23fea23c7735ee186f0e0
2 changes: 1 addition & 1 deletion python-package/lightgbm/basic.py
Original file line number Diff line number Diff line change
@@ -1206,7 +1206,7 @@ def predict(
mat=data,
start_iteration=start_iteration,
num_iteration=num_iteration,
predict_type=predict_type
predict_type=predict_type,
)
elif isinstance(data, dt_DataTable):
preds, nrow = self.__pred_for_np2d(