-
Notifications
You must be signed in to change notification settings - Fork 310
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
Can I get the same results for the same dataset #415
Comments
If the random seed is the same, then results will be the same. You may have
to set the random seed in more than one place.
…On Thu, 13 Sep 2018 09:04 JackieShui, ***@***.***> wrote:
When I use this toolkit for the same dataset over and over agian and I got
different models. How can I get the same results for the same dataset?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#415>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABOypPoM24wtBmuc5V3TaN7ZR-UUMmMHks5uahFMgaJpZM4Wmw22>
.
|
Does the auto_ml provide the params to set the random seed? |
I imagine is does, try huntisng around. Python also has some settings for
random seeds for some of the base libraries, there are two major ones, from
memory. Just use trial and error until you get two identical runs.
…On Thu, 13 Sep 2018 09:32 JackieShui, ***@***.***> wrote:
If the random seed is the same, then results will be the same. You may
have to set the random seed in more than one place.
… <#m_1876121903311457515_>
On Thu, 13 Sep 2018 09:04 JackieShui, ***@***.***> wrote: When I use this
toolkit for the same dataset over and over agian and I got different
models. How can I get the same results for the same dataset? — You are
receiving this because you are subscribed to this thread. Reply to this
email directly, view it on GitHub <#415>, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABOypPoM24wtBmuc5V3TaN7ZR-UUMmMHks5uahFMgaJpZM4Wmw22
.
Does the auto_ml provide the params to set the random seed?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#415 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABOypJT7F26YlRpwqkRCYuqDm7i8KLVLks5uahgFgaJpZM4Wmw22>
.
|
Thank you! I'll try it. |
When I use this toolkit for the same dataset over and over agian and I got different models. How can I get the same results for the same dataset?
The text was updated successfully, but these errors were encountered: