Julian Niedermeier

Results 34 comments of Julian Niedermeier

Thank you @alexcjohnson If you are familiar with the JavaScript part of plotly, would you mind taking a look into the issue you referenced where I requested/hoped for some more...

I do have working code. Just not the time to fully test it unfortunately. No guarantees on an eta too currently

There is this work by me. However, it has been pending for a while now. https://github.com/plotly/plotly.js/pull/5443 I may find some time over the weekend to make progress on it, but...

What did you adapt @flaviofusero ?

The seed indeed has a big impact on the result of a t-SNE plot due to its use of gradient descent and possibly many local optima it can find. I...

Extensions --- Test Explorer UI 2.17.0 Python Test Explorer 0.3.18 Python 2020.3.71659 Python 3.7.7 Pytest 5.4.1 One issue I already found is that when you format a `test_X.py` file with...

Not sure why it fails on Windows tbh :/

Would love this

It has been a while but this seems to be the cause: https://scikit-learn.org/stable/modules/clustering.html#spectral-clustering This is SpectralClustering but the same goes for SpectralEmbedding which is used by UMAP. They both expect...

With proper checks in place you could also change the line in a PR. See here for an example of adding a distance metric: https://github.com/lmcinnes/pynndescent/pull/86