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.
1 parent 8a3c227 commit 2540adeCopy full SHA for 2540ade
fresh/select.q
@@ -25,6 +25,6 @@ fresh.sigfeat:{[t;y]
25
/ feature selection
26
fresh.benjhoch:{[v;d]where d<=v*s%k*sums 1%s:1+til k:count d:asc d}
27
fresh.ksigfeat:{[k;d]key k sublist asc d}
28
-fresh.percentile:{[p;d]where d<fresh.feat.quantile[value d]p}
+fresh.percentile:{[p;d]where d<=fresh.feat.quantile[value d]p}
29
30
fresh.significantfeatures:{[t;y;f]f fresh.sigfeat[t;y]}
0 commit comments