Skip to content
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

Open
JackieShui opened this issue Sep 13, 2018 · 4 comments
Open

Can I get the same results for the same dataset #415

JackieShui opened this issue Sep 13, 2018 · 4 comments

Comments

@JackieShui
Copy link

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?

@sharpe5
Copy link

sharpe5 commented Sep 13, 2018 via email

@JackieShui
Copy link
Author

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?

@sharpe5
Copy link

sharpe5 commented Sep 13, 2018 via email

@JackieShui
Copy link
Author

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.

Thank you! I'll try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants