Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Annotator - Change epsilon step and limits #1009

Closed
wants to merge 2 commits into from

Conversation

PrimozGodec
Copy link
Collaborator

Issue

Fixes #1000

Description of changes

Sets limits and step to be the same as in the DBSCAN widget.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-commenter
Copy link

Codecov Report

Merging #1009 (b5f24e5) into master (b225ac7) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1009      +/-   ##
==========================================
+ Coverage   82.21%   82.23%   +0.01%     
==========================================
  Files          93       93              
  Lines       12286    12286              
  Branches     1664     1664              
==========================================
+ Hits        10101    10103       +2     
+ Misses       1873     1872       -1     
+ Partials      312      311       -1     

[FIX] Annotator - Change epsilon step and limits
@PrimozGodec PrimozGodec deleted the annotator-epsilon branch September 21, 2023 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Annotated Corpus Map: allow at least 2 decimals for ε with DBSCAN
2 participants