Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Dec 4, 2024
1 parent 5b2bf5f commit 7d5f680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onedal/svm/svm.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def __init__(
super().__init__(
C=C,
nu=0.0,
epsilon=0.0, # unused in BaseSVC
epsilon=0.0, # unused in BaseSVC
kernel=kernel,
degree=degree,
gamma=gamma,
Expand Down Expand Up @@ -520,7 +520,7 @@ def __init__(
super().__init__(
C=0.0,
nu=nu,
epsilon=0.0, # unused in libSVM
epsilon=0.0, # unused in libSVM
kernel=kernel,
degree=degree,
gamma=gamma,
Expand Down

0 comments on commit 7d5f680

Please sign in to comment.