trimap
trimap copied to clipboard
TriMap: Large-scale Dimensionality Reduction Using Triplets
For reproducibility, it should also have a transform option, so it can transform datapoint which is hasn't been trained on. On top of that, to be able to use the...
Would be helpful to add example programs to make checking reproducibility easier.
The verbose output could be improved. Here are some suggestions in no particular order. 1) don't complain about lack of PCA on high-dimensional data when there is not high dimensional...
Glad to see this cool work from a fellow Slug. Is there a reason that there is no support for a random seed argument? That would be a very useful...
for python 3.8+, `setuptools` is no longer necessary to achieve version functionality. right now if you do `pip install trimap` in a fresh venv (e.g. python 3.11), you'll find you...