-
I just met the issue with @marabuuu and saw it earlier on my PC as well: Napari crashes (and the Jupyter kernel dies) when opening Napari from a Jupyter notebook and then calling dimensionality reduct…
-
I've been trying to get this to install on my Mac for like 2hours, I got the install to work on a slightly legacy Python environment, but when I import in the env it throws this error:
------------…
-
We had a case where we wanted to use Levenshtein distance instead of the usual euclidean_distances. We ended monkey-patching the cluster module.
I think it'll be nice to add another parameter to KMea…
-
when i import scvi i got this result, i install scvi through this code !pip install scvi-tools and I import it through import scvi
```python
# Your code here
```
1 import scvi
~\an…
-
Hello - i'm wondering if there might already be most of the ingredients in dlib to implement an [isolation forest](https://en.wikipedia.org/wiki/Isolation_forest#Algorithm)?
I see [`random_forest_r…
-
Hello Dynamo,
In the LAP tutorial, the example datasets has `adata.obsp['X_umap_distances']` and `adata.obsp['cosine_transition_matrix']`.
```python
adata = dyn.sample_data.hematopoiesis()
adata
…
-
Greetings,
First of all, thank you for the amazing job you did on this project. I'm trying to use TPOT on a research context, and after a few tests, I have some questions about how to use it :
*…
-
Hi Pylance team,
Thank you so much for providing this great extension. It significantly improves my python development performance. How can I increase the heap memory limit for the extension so tha…
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Unraid
Distribution Version | 6.9.2
Kernel Version | 5.10.28-Unraid
Architecture | x64
OpenZFS Version | …
-
### System Information
OpenCV solution for Visual Studio 2019 is not building opencv_core.lib when
AVX2 is specified in (CPU_DISPATCH = SSE4_1;SSE4_2;AVX;FP16;AVX2) in x86 build
OpenCV version: 4…