-
Hi,
I wrote a notebook a while back to use Banksy on brain spatial data (from slideseqv2_analysis.ipynb vignette). It worked without any issue, I re run it today and the only result I get is the cl…
-
According to the scipy docs query should return float, int or array of float, array of int
https://github.com/scipy/scipy/blob/main/scipy/spatial/_kdtree.py#L395
```
Returns
-----…
-
To create the best facial recognition model we can in our final product, we need to test different methods of facial recognition to see which performs the best for our specific situation.
Some mod…
-
We are looking for contributors to implement a K-Nearest Neighbors (KNN) Classifier to predict Telecom Customer Churn. The proposed solution involves using 5 neighbors (n_neighbors=5) for classificati…
-
We are looking for contributors to implement both K-Nearest Neighbors (KNN) and RandomForest Classifier for heart disease classification. The goal is to compare the performance of these models and enh…
-
Hi all
I was trying to translate a Cypher statement that contained the REDUCE instruction, but the *parse* method fails saying that the REDUCE expression is not supported. Any change this get added?
…
-
Hi
Thanks for having developed and released the `uwot` R package. Is there a function that can express trustworthiness and continuity of the UMAP results?
Best regards,
-- Davide Chicco
-
For the current version of the workflow, the classification is based on the average of the similarity scores. There are potentially better ways.
Talked together with Sonja about the classification…
-
Hi,
This is such a great tool! I am wondering if there might be an easier way to retrieve all indices approximately within a distance R of the input rather than the k-nearest neighbors. I have an a…
-
I wish to contribute the following:
1. Implementing Principal Component Analysis(PCA) from scratch
2. Implementing Decision Tree algorithm(finding best split based on entropy and Gini indexing) from…