Skip to content

Commit 0c35854

Browse files
fix(pipeline): B1-B5 ordering/guards, N1-N3 stats, t-SNE metric and determinism
excluded_codes and group replace before embedding; RoBERTa chunk tokenize; cross-POS multiset preserve; edge labels use raw similarity; t-SNE precomputed distance for similarity matrices with deterministic keep order.
1 parent 62659a2 commit 0c35854

21 files changed

Lines changed: 1062 additions & 84 deletions

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,8 @@ __marimo__/
159159
!/input
160160
!/documentation
161161
!/documentation/**
162+
!/function
163+
!/function/**
164+
!/tests
165+
!/tests/**
166+
!pytest.ini

function/vis_tool_core.py

Lines changed: 151 additions & 84 deletions
Large diffs are not rendered by default.

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pytest]
2+
testpaths = tests
3+
pythonpath = function
4+
addopts = -p no:dash -p no:debugging
14.8 KB
Binary file not shown.
6.1 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)