-
-
#### Description
On RHEL 7.4 ppc64le, I'm trying to install sklearn through pip. The bug seems similar to #5489.
I DO NOT have root access to the system, so can't install other rpms …
-
Hello Mr. Zäschke,
I am a student of Information Technology and Communication in Brazil and currently work on a project titled Metric Indexing in Space Junctions at L…
-
LSHForest should be deprecated and scheduled for removal in 0.21. It should also warn about having bad performance. cc @ogrisel
-
# Summary
I'm using "Flat" index, always doing comprehensive search, single vector at a time, CPU based search, vector dimension varies (256 or 512 or 1024), metric type varies (inner product or eu…
-
**Reported by rcurtin on 2 Feb 44653621 04:25 UTC**
The BallBound class uses an iterative algorithm to determine a bounding ball of a set of points. But this is not guaranteed to be the minimum bound…
-
Hi, thanks for the great package.
I have a dataset which has 200000 rows and 15 columns. I tried to apply UMAP as following
`embedding = umap.UMAP(n_neighbors=5,
min_dist…
-
Hi @mlampros,
Is there a way to use FastTextR to predict the top N number of similar documents? I've gone through the algorithm and can compile the doc2sum with k means (per your example), but havi…
-
Hi! @rcurtin @sumedhghaisas
I have been working on the implementation of spill tree in the branch: [spill-trees](https://github.com/MarcosPividori/mlpack/tree/spill-trees)
I have summarized what I ha…
-
This may be related to #338.
I've committed a temporary workaround in 356dacf for this issue, but it should hopefully be temporary!
Many times, when `RAModelTest` in `src/mlpack/tests/krann_search_t…