Kenji Lee
Kenji Lee
There've been quite a few and I've listed two below. I've personally applied UMAP to a Toeplitz (lagged) matrix to form a sort of non-linear version of singular spectrum analysis...
https://github.com/EricKenjiLee/pymssa/blob/modifications/examples/wine.csv
This is because the @ operator for matrix multiplication was only introduced in Python 3.5 PEP465. You're probably not using a recent enough version of Python.
The package isn't very large so I'd suggest forking the package and changing any @'s to np.matmul(). Not sure if there's a safe way to have multiple versions of Python...
I’d like to first point out this isn’t my package :) So try-except is useful but it depends on the approach to coding. Sometimes it’s better to have things “fail...
It also looks like you’re not going to be able to do computations with that large of a matrix since you’re probably running out of memory. Consider doing sparse matrix...
Actually none of the above? It's an NHP Long; the 4.5 cm primate probe.
We use both the original unsharpened Neuropixels NHP (1.0 cm) and NHP Long (4.5 cm) which are type 0 and 1030 respectively. A few other labs probably still have non-commercial...
Hmm now it yields the following error when I run the following code, ``` ap_bin_dir = "/Volumes/Kenji3/Tiberius_TF_PMD_0425_bank0_1_g0/Tiberius_TF_PMD_0425_bank0_1_g0_imec0/" meta = npyx.read_metadata(ap_bin_dir) ``` > KeyError Traceback (most recent call last) > Cell...
Hi Maxime, Thanks for following up! I now get the following error; I think the primate probe key needs to be added here as well. Also, I think presumably the...