Frederic Madesta
Results
2
issues of
Frederic Madesta
I encountered an issue with the reproducibility of UMAP v0.5.3 (installed via conda). Here's the code: ```python import umap import numpy as np random_data = np.random.random((100, 1)).astype(np.float32) for n_neighbors in...
### Description Hi Andras, thank you for this great project! Keep up the good work! I want to deploy Sentry self-hosted, but unfortunately, the (quite complex) docker-compose file breaks Coolify....