Skip to content

[FIX] SVM: degree has to be an integer#6866

Merged
janezd merged 1 commit intobiolab:masterfrom
markotoplak:fix-svm-degree
Aug 23, 2024
Merged

[FIX] SVM: degree has to be an integer#6866
janezd merged 1 commit intobiolab:masterfrom
markotoplak:fix-svm-degree

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

@codecov
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 141 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     
---- 🚨 Try these New Features:

@janezd janezd merged commit 02a0652 into biolab:master Aug 23, 2024
@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