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

How can I get reproducible results? #164

Closed
YixinNJU opened this issue Mar 16, 2023 · 2 comments
Closed

How can I get reproducible results? #164

YixinNJU opened this issue Mar 16, 2023 · 2 comments
Labels

Comments

@YixinNJU
Copy link

Hi, I am using SOM to do clustering analysis. After that, I calculate metrices to evaluate the performance (Silhouette value and so on), I find the performance metrices changed when I rerun SOM. I then pick the matrices belonging to the same SOM node and composite (average) them for both two runs. I find them differ. I am wondering why this would happen? Is there any way to make the results reproducible? Thank you!

@JustGlowing
Copy link
Owner

hi @YixinNJU, you can set the parameter random_seed to a given integer.

@JustGlowing JustGlowing changed the title Results differ when rerun SOM (with parameters not changed)? How can I get reproducible results? Mar 16, 2023
@YixinNJU
Copy link
Author

hi @YixinNJU, you can set the parameter random_seed to a given integer.

Thank you! It works!

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

No branches or pull requests

2 participants