Skip to content

Commit

Permalink
remove NotImplementedError from BasicClassifier constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
alishahali1382 committed May 22, 2024
1 parent ab4e92b commit 73a605d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Logic/core/classification/basic_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class BasicClassifier:
def __init__(self):
raise NotImplementedError()
pass

def fit(self, x, y):
raise NotImplementedError()
Expand Down

0 comments on commit 73a605d

Please sign in to comment.