You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also - maybe it would be worth to add a comment (as probably many users will not be aware of it) that to get full reproducibility of a model one should pass RNG (and not just a seed). As currently the results of building of a model would depend on Julia version used.
Thank you for developing such a fantastic package.
The text was updated successfully, but these errors were encountered:
Following my post https://bkamins.github.io/julialang/2023/08/11/evotrees.html
maybe you could consider changing (and related lines)
https://github.com/Evovest/EvoTrees.jl/blob/main/src/models.jl#L37
to something that does not affect task local RNG state?
(this is what https://github.com/Evovest/EvoTrees.jl/blob/main/src/models.jl#L35 for older versions of Julia)
Also - maybe it would be worth to add a comment (as probably many users will not be aware of it) that to get full reproducibility of a model one should pass RNG (and not just a seed). As currently the results of building of a model would depend on Julia version used.
Thank you for developing such a fantastic package.
The text was updated successfully, but these errors were encountered: