Skip to content

Commit 678dd24

Browse files
nbedanovaCopilot
andauthored
Update pf2rnaseq/factorization.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c46f7c9 commit 678dd24

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pf2rnaseq/factorization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ def deconvolution_cytokine(
205205
alpha: float = 0.1,
206206
max_iter: int = 5000,
207207
random_state: int = 1,
208-
beta: float = 0.05,
209208
) -> tuple[np.ndarray, np.ndarray]:
210209
"""
211210
Decompose cytokine factor matrix: A ≈ W @ H

0 commit comments

Comments
 (0)