Skip to content

Commit 11f3753

Browse files
authored
Merge pull request #176 from svdrecbd/fix/perf-and-variability-optimizations
Fix/perf and variability optimizations
2 parents 6c3deca + 462d49d commit 11f3753

5 files changed

Lines changed: 386 additions & 145 deletions

File tree

src/palantir/config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@
3232
# - Default backend otherwise
3333
# See: https://github.com/joblib/joblib/issues/1708
3434
JOBLIB_BACKEND = None
35+
36+
# Diffusion kernel backend configuration
37+
# Options: "scanpy" (parity with prior behavior; approximate kNN) or
38+
# "sklearn" (exact kNN; may drift and can be slower on large/high-dimensional data).
39+
KERNEL_BACKEND = "scanpy"

0 commit comments

Comments
 (0)