dance icon indicating copy to clipboard operation
dance copied to clipboard

DANCE: a deep learning library and benchmark platform for single-cell analysis

Results 36 dance issues
Sort by recently updated
recently updated
newest added

- Model metadata, e.g., description, training info, params - Abstract methods (standardize in/out format) - ``fit(*args, **kwargs) -> None`` - ``predict(*args, **kwargs) -> Union[np.ndarray, torch.Tensor, other?]`` - ``fit_predict`` shortcut function...

Priority-P1

- [ ] Update contribution guidelines with notes about bench tests vs. unit tests

According to the link graph construction description from the paper, the graph should also contain interaction between real-spots. However, in the current implementation (modified from the original implementation, see https://github.com/Su-informatics-lab/DSTG/issues/16),...

question

## Problem Currently, there is no convention for which device the data is stored when a function, e.g., `fit()`, is called. For example, even though the computation device to use...

Priority-P1

It turns out that the random seed of the SVD solver impacts the PCA loadings (except for the top few) quite a bit, even when the `tol` option is set...

updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0)