Skip to content

Commit

Permalink
change default to numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mumichae committed Dec 20, 2024
1 parent 504885e commit e56c641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scib/metrics/pcr.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def pcr_comparison(
covariate,
embed=None,
n_comps=50,
linreg_method="sklearn",
linreg_method="numpy",
recompute_pca=False,
scale=True,
verbose=False,
Expand Down

0 comments on commit e56c641

Please sign in to comment.