We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c509b68 commit 54c185aCopy full SHA for 54c185a
1 file changed
main.py
@@ -17,7 +17,7 @@
17
FP_ratio = tercenCtx.operator_property("FP_ratio", default=2.0, typeFn=float)
18
19
# n_neighbors = int(10 + 15 * (math.log10(70000)-4))
20
-n_neighbors = int(5)
+# n_neighbors = int(5)
21
22
# Get data from Tercen
23
# Issue #2 --> .ci and .ri are added as indices
0 commit comments