Skip to content

Commit

Permalink
- Added forgotten attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
okbalefthanded committed Jun 26, 2022
1 parent dbedb2c commit c6fb31c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baseline/erp/blda.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ def __init__(self, verbose=False):
self.beta = 0
self.w = []
self.p = []
self.pos_class = 1.
self.neg_class = 0.
self.verbose = verbose

def fit(self, X, y=None):
Expand Down

0 comments on commit c6fb31c

Please sign in to comment.