-
1. Search literature on similar models to define most commonly used covariates
-
We're currently lacking space storage on OVH2, due to Robotoff. We store in PostgreSQL all logo embeddings (7M currently, but many are missing) + all image embeddings (7M images, but only ~1M are in D…
-
Nearest neighbour algorithms are an item in the roadmap. They're helpful in clustering algorithms, particularly DBSCAN. There are a number of existing implementations of advanced nearest neighbour alg…
-
Hello,
I was considering testing UMAP on single cell gene expression.
I got 3 questions:
~~1. How should I load the data. features (aka genes) as rows and cells as columns or the reverse?~~
The da…
Hoohm updated
6 years ago
-
Just inquiring if there's a reason pandas is locked at this version, my machine is having issues installing this specific version. I figure it might be due to ankipandas requiring it, but didn't see a…
-
## Description
The greedy algorithm implemented is far from ideal; recommend use of e.g. [Linear Assignment Problem](https://en.wikipedia.org/wiki/Assignment_problem) algorithm such as Jonker-Volgena…
jmetz updated
2 years ago
-
I found `smallrnaseq` depends on scikit-learn==0.19.1, while the new version of which is 0.22.
I can install 0.22 version without error, but unfortunately, 0.19.1 seems not compatible in my computer.…
-
Two seemingly conflicts: interpretability and feature importance
1. [A lot of software for performing multiple linear regression will provide standardised coefficients which are equivalent to unsta…
-
##### System information (version)
- OpenCV => :grey_question:
- Operating System / Platform => :grey_question:
- Compiler => :grey_question:
##### Detailed description
I am trying …
-
Hello, I am trying to compare the performance of IVFPQ implemented by RAFT 23.06 and FAISS 1.7.2 on **Nvidia T4** and **cuda 11.8**.
The tested data size is :
Train Size: 100000
Base Size: 100000…