Open yuvalwas opened 3 months ago
Can you reproduce this issue with a fixed dataset? If yes, could you please provide this dataset (or it least share its description including dimensions) or a script for data generation with a specified random seed? If no, could you specify how often this issue occurs?
Describe the bug
TSNE
causes a Windows fatal exception, but it is hard to reproduce and does not happen with a random array. Please tell me what extra information might help. Thanks for your help.To Reproduce
If
a
is a random array, it doesn't crash, only some data arrays that I am working with do. I checked the array withnp.isfinite(a).all()
. It does not crash with scikit-learn TSNE.Output/Screenshots
That is the output when I run it in Spyder. If I run it in a terminal, it just dies silently.
Environment: Python version: 3.11.9 | packaged by conda-forge | (main, Apr 19 2024, 18:27:10) [MSC v.1938 64 bit (AMD64)] Platform: Windows-10-10.0.19044-SP0 Processor: Intel64 Family 6 Model 183 Stepping 1, GenuineIntel Compiler: MSC v.1938 64 bit (AMD64)