-
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
[LightGBM] [Warning] Unknown parameter: data_sample_strategy #5781
Comments
thank you very much. I just wonder then why it is listed in the official documentation |
You won't find it in the docs for the latest release ( https://lightgbm.readthedocs.io/en/v3.3.5/Parameters.html That link you've shared, https://lightgbm.readthedocs.io/en/latest/Parameters.html, is built from this repo's Sorry for the confusion. |
My bad. I mistook the "latest" in the URL for the latest release. No idea why I am surfing that version! |
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Description
above error message appears when I pass the parameter in the params dictionary
Reproducible example
lgb.train(params={'data_sample_stragety':'goss'},train_set=lgb.Dataset(data=np.random.rand(100,100), label=np.random.rand(100,1)))
Environment info
LightGBM version or commit hash:
python package, train api, version 3.3.5
The text was updated successfully, but these errors were encountered: