Actually use random_seed argument #44
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The Python API has a random_seed attribute for the tsnecuda.TSNE class but it's ignored.
Random seed is tracked as an option within the tsnecuda implementation but it looks hard coded to time-based seed instead. Is there a good reason for this?
I might implement and PR this change unless you indicate otherwise or do it first.
The text was updated successfully, but these errors were encountered: