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] SVM: degree has to be an integer #6866

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

markotoplak
Copy link
Member

Issue

Fixed #6853

Description of changes

A spin for doubles was used for degrees - now it is not anymore. I also took care of transitioning saved settings.

Includes
  • Code changes
  • Tests
  • Documentation

Copy link

codecov bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.26%. Comparing base (09df730) to head (9cc421b).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6866      +/-   ##
==========================================
- Coverage   88.26%   88.26%   -0.01%     
==========================================
  Files         326      326              
  Lines       71142    71148       +6     
==========================================
+ Hits        62797    62800       +3     
- Misses       8345     8348       +3     

@janezd janezd merged commit 02a0652 into biolab:master Aug 23, 2024
21 of 31 checks passed
@PerryGogas
Copy link

So is this issue resolved now?
Will SVMs work after a new update?
Is a new update out yet?

@markotoplak
Copy link
Member Author

The SVMs will work in the next released version (or if you install the dev version).

@PerryGogas
Copy link

The SVMs will work in the next released version (or if you install the dev version).

This is great!
Where can I find the dev version?

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.

The 'degree' parameter of SVC must be an int in the range [0, inf). Got 2.5 instead
3 participants