-
I have been using pykdtree to obtain nearest neighbours and it seems that it breaks down for a very large dataset. I managed to reproduce the problem with the following example:
```python
from pyk…
-
Dear author,
Thank you for addressing everyone's questions! When I use a self-made dataset (smooth metal surface) to train a model for completion, the completion effect is significantly different f…
-
Here's one for you @mdsumner : This is a spatial clustering package that uses bog-standard Delaunay triangulation. The first figure on current `README` illustrates the problems with this: the 2 red po…
-
Hello,
if I only have 4 bam files , can I continue to use scDapars for analysis?
when I run scDapars with 4 bam files ,the program reported the following info :
--------------------------…
-
Hello,
Why does the knn function return the index of the nearest neighbour of the original data as opposed to the data field of the KDTree?
For example: the below code returns false.
data = randn(3,…
-
-
**Submitting authors:** Sid Ahuja, Zackarya Hamza, Alexander Dawson
**Repository:** https://github.com/DSCI-310-2024/DSCI-310-Group-18_wine-quality-predictor/releases/tag/version2.0.0
**Abstract…
-
In the code below, I am able to serialize a model but only if the feature vectors are converted from sparse (e.g. 'scipy.sparse.csr.csr_matrix') to dense.
```
from sklearn.feature_extraction.text …
-
I have tried to print the models composing the best ensemble with `show_models()`, but it fails if a `k_nearest_neighbours_regressor` is one of them. Is this due to this component not having an initi…
-
Summary
The purpose of the project is to improve the surveys used in online/speed dating events in order to increase the accuracy of predicting matches between people. The team tries to accomplish …