-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Problem with SVM widget (degree must be int but only allows float) #6892
Comments
Thanks for reporting this. This bug, which became evident with the new version of Scikit-learn, was first reported in #6853 (and later in #6868), and is fixed in #6866. A temporary workaround is described in #6853 (comment). |
Thanks for your response Janez. When are you planning the release of new Orange version with this bug fixed? Thanks, |
We do not have a regular schedule, so I cannot say. :( There is a big change on the horizon, but I don't know when we'll decide to push it. |
@TonciG, finally released. Sorry for the wait. |
Thanks guys for your hard work and the great software!
Tonci
…On Wed, Nov 20, 2024 at 9:29 AM Marko Toplak ***@***.***> wrote:
@TonciG <https://github.com/TonciG>, finally released. Sorry for the wait.
—
Reply to this email directly, view it on GitHub
<#6892 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUAJCJCBDGJPORIXMI4BKWL2BRI7ZAVCNFSM6AAAAABOLILZLWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBYGAYTINJWHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
What's wrong?
Got this error when try to use SVM widget:
Fitting failed.
The 'degree' parameter of SVC must be an int in the range [0, inf). Got 3.0 instead.
The problem is that degree (d) hyperparameter of this widget only allows for float values yet the error message clearly says that this ought to be integer.
How can we reproduce the problem?
What's your environment?
The text was updated successfully, but these errors were encountered: