-
Notifications
You must be signed in to change notification settings - Fork 55
Commit 1aea13f
author
committedAlena Rybakina
Load neighbours with the fss hash except dublicated neighours.
Rewrite test for look-a-like functional. Current tests contain
correlation columns and queries have more nodes and description
features.
Add aqo_k as custom parameter to define few number of features
for prediction. Its default value is 3. Queries can contain
a larger number of features than 3 especially generic queries.
Also add predict_a_few_neibours parameter for switch avalable
to predict a few neibors than 3. It is done for not to change
the previous logic of the code1 parent 3255626 commit 1aea13f
File tree
8 files changed
+543
-198
lines changed- expected
- sql
8 files changed
+543
-198
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | + | ||
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
| |||
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
74 | - | ||
75 | + | ||
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
| |||
293 | 294 |
| |
294 | 295 |
| |
295 | 296 |
| |
297 | + | ||
298 | + | ||
299 | + | ||
300 | + | ||
301 | + | ||
302 | + | ||
303 | + | ||
304 | + | ||
305 | + | ||
306 | + | ||
307 | + | ||
308 | + | ||
309 | + | ||
310 | + | ||
311 | + | ||
312 | + | ||
313 | + | ||
314 | + | ||
315 | + | ||
316 | + | ||
317 | + | ||
318 | + | ||
319 | + | ||
296 | 320 |
| |
297 | 321 |
| |
298 | 322 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 | + | ||
220 | 221 |
| |
221 | 222 |
| |
222 | 223 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 | - | ||
96 | + | ||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
|
0 commit comments