biolab / orange3-text

🍊 :page_facing_up: Text Mining add-on for Orange3
Other
128 stars 84 forks source link

OWAnnotator: add heuristics for choosing the right x and y #1046

Closed ajdapretnar closed 8 months ago

ajdapretnar commented 8 months ago
Issue

When a corpus contains continuous metas, they are used for plotting instead of t-SNE variables.

Description of changes

Use heuristics to set t-SNE variables as default variables for plotting.

Includes
ajdapretnar commented 8 months ago

The test is currently not working. It continues to throw "PC1" as attr_x for some reason.

codecov-commenter commented 8 months ago

Codecov Report

Merging #1046 (edf91c8) into master (e36fdea) will decrease coverage by 0.27%. Report is 6 commits behind head on master. The diff coverage is 100.00%.

:exclamation: Current head edf91c8 differs from pull request most recent head a399811. Consider uploading reports for the commit a399811 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1046 +/- ## ========================================== - Coverage 82.51% 82.25% -0.27% ========================================== Files 92 93 +1 Lines 12400 12448 +48 Branches 1695 1699 +4 ========================================== + Hits 10232 10239 +7 - Misses 1855 1896 +41 Partials 313 313 ```