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 tests/python_package_test/test_sequence.py
Co-authored-by: James Lamb <jaylamb20@gmail.com>
  • Loading branch information
eromoe and jameslamb authored Jul 15, 2024
commit ecd57463080a61a46d8d293bec8a79e5ef8be372
4 changes: 0 additions & 4 deletions tests/python_package_test/test_sequence.py
Original file line number Diff line number Diff line change
@@ -37,13 +37,9 @@ def test_list_of_sequence():

params = {
"objective": "binary",
"metric": "auc",
"min_data": 10,
"num_leaves": 10,
"verbose": -1,
"num_threads": 1,
"max_bin": 255,
"gpu_use_dp": True,
}

model1 = lgb.train(
Loading
Oops, something went wrong.