Skip to content

Commit 5f158ed

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9d7532a commit 5f158ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

machine_learning/sequential_minimum_optimization.py

+1
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ class Kernel:
442442
>>> kernel._kernel_name
443443
'linear'
444444
"""
445+
445446
def __init__(self, kernel, degree=1.0, coef0=0.0, gamma=1.0):
446447
self.degree = np.float64(degree)
447448
self.coef0 = np.float64(coef0)

0 commit comments

Comments
 (0)