Update A2.py
This commit is contained in:
parent
67cec12191
commit
f13d13947e
1 changed files with 0 additions and 1 deletions
1
A2.py
1
A2.py
|
|
@ -94,7 +94,6 @@ class GaussianRegression:
|
|||
def __init__(self, sigma=1.0):
|
||||
self.sigma = sigma
|
||||
self.weights = None
|
||||
self.mus = None
|
||||
self.D = None
|
||||
|
||||
def fit(self, x_train, y_train, D):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue