-
The error is raised from convertLabel(data) where the error trace ends with KeyError: 'Class'.
The dataframe named data has no column as Class. Please tell if something is missing. I have the encoded…
-
We have a list of graphs from our preliminary analysis here:
https://www.notion.so/pl-strflt/NAT-Hole-punching-Success-Rate-2022-09-08-Data-Analysis-a67ab92efd6e43259da28a3c000a559d
---
After…
-
It would be nice to be able to check if a function is pure and fast for free at runtime using effect analysis. `is_pure_and_fast(f, T::Type{ x^3 + x^2 - 3, Tuple{Foat64}) == true
is_pure_and_fast(x -…
-
### Overview
This issue tracks the UXR agendas for our project.
### Action Items
#### To create a new agenda
- [ ] Copy the template below into a new comment
- [ ] Edit the text you pasted with new…
-
... depending on the input to `qmethod`.
Check this out:
```
str(lipset[[1]])
str(invisible(qmethod(dataset = lipset[[1]], nfactors = 3, forced = TRUE))$dataset)
str(as.matrix(lipset[[1]]))
str(invi…
-
Perhaps we touched on this briefly in class, but it's still not quite clear to me: wouldn't there be a limitation in clustering only on the adjacency matrix and ignoring vertex or graph attributes? If…
-
Hi there
and congrats for the nice tool! I am using UMAP reduction to clusterize my own custom distance matrix (using metric='precomputed') and as suggested here https://umap-learn.readthedocs.io/en/…
-
The NTS data we are using only assigns individual activities to regions (e.g. "West Yorkshire", "North West"). We only have the home location (from the SPC) but we need to be able to determine feasibl…
-
Hi, I have two adjacency matrices ((adj.RS1 & adjRS2) computed as an output of functional connectivity (graph theory) analysis of a test-retest dataset from CONN toolbox. I would like to compute an…
-
Hello!
When I was using scTE, I encountered some problems and I wonder if I can get some advice.
### Question 1: Preprocessing BAM Files with Filtered Barcodes from CellRanger Output
I'm ex…