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?
- Operating system:
- Orange version:
- How you installed Orange:
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?