-
Notifications
You must be signed in to change notification settings - Fork 833
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
using same dataset and same parameters while trained two different model #1332
Comments
Serialization Fuzzing
failed sometimes
Serialization Fuzzing
failed sometimes
@luoguohao the random seed is different, please see related issues: |
@imatiach-msft thanks for the reply, i also tried to using lightGBM distributed case ,it sounds like i can get the same result. i will keep attention on it, thanks~ |
closing as lightgbm is now deterministic with merged PR #1387 as long as seed and deterministic=True parameters are set |
Describe the bug
when i tried to run unit test on linux,
Serialization Fuzzing
test may failed sometimes which shows that the prediction result for the same training dataset may be inconsistent sometimes after using deserialized model from disk. so, why it can't be the same ?To Reproduce
i also wrote some codes to test, it may failed sometimes:
Info (please complete the following information):
** Stacktrace**
If the bug pertains to a specific feature please tag the appropriate CODEOWNER for better visibility
Additional context
Add any other context about the problem here.
AB#1751557
The text was updated successfully, but these errors were encountered: