FLAML
FLAML copied to clipboard
replaced set with ordered set to ensure reproduciblity
Replaced python 'set' with OrderedSets from "ordered-set" library to ensure reproducibility during runs when seed is set. Added ordered-set in setup.py as well
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
:x: AdityaN1198 sign now
You have signed the CLA already but the status is still pending? Let us recheck it.
Could you describe the problem when not using OrderedSet? Do you have an example of using OrderedSet instead of set to make an irreproducible result reproducible? Thanks.