-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
It's not possible to set the c parameter for regularization of a SupportVectorMachine.
Desired solution
- Add a new parameter
c: floatto the initializer ofsafeds.ml.classification.SupportVectorMachineandsafeds.ml.regression.SupportVectorMachine - Raise a value error if
c<= 0 - Pass it along to
C(uppercase) of the wrappedscikit-learnmodel in thefitmethod
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
We need to add the support vector machine first (#154).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done