-
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
'deterministic' parameter not recognised #4335
Comments
Thanks for using LightGBM, and for the excellent detailed report! We really appreciate it.
We do not maintain the |
Apologies for the confusion on this, we only very recently adopted the practice of publishing versioned docs (#4236), so the documentation at that site refers to the state of LightGBM as of the most recent development version. |
Updating LightGBM solves the issue. Thanks. |
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
The code below triggers the following error:
[LightGBM] [Warning] Unknown parameter: deterministic
According to the documentation (https://lightgbm.readthedocs.io/en/latest/Parameters.html), 'deterministic' is a valid parameter.
Reproducible example
Environment info
LightGBM version or commit hash: 3.0.0
Command(s) you used to install LightGBM
conda install -c conda-forge lightgbm
Windows 10 Pro, Python 3.8
The text was updated successfully, but these errors were encountered: