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

SVM's not working... a bug with the polynomial degree #6868

Closed
PerryGogas opened this issue Aug 8, 2024 · 2 comments
Closed

SVM's not working... a bug with the polynomial degree #6868

PerryGogas opened this issue Aug 8, 2024 · 2 comments
Labels
bug report Bug is reported by user, not yet confirmed by the core team

Comments

@PerryGogas
Copy link

What's wrong?

After running a classification pipeline after the 3.37 install I get for the linear SVM:

Fitting failed.
The 'degree' parameter of SVC must be an int in the range [0, inf). Got 3.0 instead.

The funny thing is that there is no degree parameter in the linear SVM as it is... linear...
The relevant parameter is in the polynomial SVM where by default it is set at 3.0.
Probably this is the problem.
The system expects an integer and the default value and the parameter window reports the number as "3.0" that is perceived as non-integer.

Now, even if I install any older version the bug still exists...

How can we reproduce the problem?

What's your environment?

  • Operating system: Windows 10
  • Orange version: 3.37.0
  • How you installed Orange: From the downloads on the Orange site.
@PerryGogas PerryGogas added the bug report Bug is reported by user, not yet confirmed by the core team label Aug 8, 2024
@janezd
Copy link
Contributor

janezd commented Aug 23, 2024

@markotoplak this is a duplicate of #6853 and was fixed in #6866, right?

@markotoplak
Copy link
Member

Duplicate of #6853

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Bug is reported by user, not yet confirmed by the core team
Projects
None yet
Development

No branches or pull requests

3 participants