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

different results for same data in R 3.4.2 vs. R 3.5.3 #7

Open
pmainker opened this issue Jul 22, 2020 · 1 comment
Open

different results for same data in R 3.4.2 vs. R 3.5.3 #7

pmainker opened this issue Jul 22, 2020 · 1 comment

Comments

@pmainker
Copy link

Hi I executed tsne using same parameters in RStudio [3.4.2] and Alteryx R module [3.5.3] and got very different results. Any thoughts? Both have same tsne package version. no other packages are involved in data manipulation, it is a straight read in, apply tsNE,write out.

@wleoncio
Copy link

wleoncio commented Aug 22, 2023

If you're leaving initial_config = NULL (the default), its values are randomly drawn from a normal distribution. I'm not familiar with Alteryx R modules, but R 3.5.0 introduced some changes to its random number generator which could explain the differring results (more info here). In any case, the results should be stochastically equivalent.

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