-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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] [R-package] refine the parameters for Dataset #2594
Conversation
9e8dbe0
to
edcf1e5
Compare
@StrikerRUS could you help to add the tests, to ensure the warnings are shown as expected? |
@guolinke Sure, I'll try! |
10c53fb
to
c3c913b
Compare
@StrikerRUS I think we can move the discussion to the main thread. it is hard to notice the new conversion in the above sub-thread. |
I think removing filename params is good idea! It will decrease overall number of LightGBM params which is good change for newcomers who struggling with learning a huge number of settings. Also, it will fix inconsistency in behavior when for language packages default filename is respected but it cannot be changed by those params. As we've already removed some sparse-related params in #2699 and minor (or major) version bump is required, it is OK in terms of backward compatibility. |
yeah, maybe do it in a new PR? |
Sure, as you wish! |
05786c2
to
5df6b05
Compare
ping @jameslamb for R tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any other issues need to be addressed?
As we agreed on making the breakage in docs into Dataset
and Booster
params, and removing init_score
params in a separate PRs, I think this PR is ready except R side (aliases and tests).
ping @jameslamb for R's part. Maybe R test could be in a new PR? |
just added #2767 . Let me know if you think anything is missing! |
… Dataset parameter updating (#2767)
to fix #2590
min_data