We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c3deca + 462d49d commit 11f3753Copy full SHA for 11f3753
5 files changed
src/palantir/config.py
@@ -32,3 +32,8 @@
32
# - Default backend otherwise
33
# See: https://github.com/joblib/joblib/issues/1708
34
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