-
### Discussed in https://github.com/satijalab/seurat/discussions/9442
Originally posted by **bbmorris1** October 31, 2024
I have scRNAseq from a tumor cell line +/- drug treatment (sample 1 = …
-
## 🚀 Feature
Support metrics reduction outside of DDP.
### Motivation
When used within DDP, torchmetrics objects support automatic syncing and reduction across ranks. However, there doesn't s…
-
### 🎮 feature Request
Features and Benefits
User-Friendly Interface:
Provides a visual calendar that users can navigate easily.
Enhances user experience by simplifying date selection.
Error Red…
-
-
Please make sure that this is a feature request. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature …
-
The following functions receive a `where` argument, which limits the reduction to a given boolean mask:
- [max](https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.max.html)
- [min](https://…
-
Similar to `step_pca()` or `step_umap()` where it may be useful for dimensional reduction, `step_mca()` may seem useful for reducing dimensions for categorical predictors.
-
### Environment
R version 4.3.1 (2023-06-16)
CFS Version: 0.9.7.2
### Code I am using to run CFS
```r
library(future)
library(Seurat)
library(enrichR)
library(CFS)
library(moments)
lib…
-
**Is your feature request related to a problem? Please describe.**
No.
Currently the only **practical** option for feature selection in ML.net is MI. maybe PFI (post fit post transform) and maybe PC…
-
## 🚀 Feature
### Motivation
It is quite frequent users need to perform a reduce operation across a dataset. LitData could expose a custom map operator with state forwarding and automated…