Skip to content

Commit 4c8ad5d

Browse files
author
Max Keller
committed
Merge branch 'master' of github.com:s0tt/modAL
2 parents 939c7c4 + 612a9ed commit 4c8ad5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modAL/models/base.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,6 @@ def _fit_on_new(self, X: modALinput, y: modALinput, bootstrap: bool = False, **f
247247
for learner in self.learner_list:
248248
learner._fit_on_new(X, y, bootstrap=bootstrap, **fit_kwargs)
249249

250-
@abc.abstractmethod
251-
def teach(self, X: modALinput, y: modALinput, bootstrap: bool = False, **fit_kwargs) -> Any:
252-
pass
253-
254250
@abc.abstractmethod
255251
def predict(self, X: modALinput) -> Any:
256252
pass

0 commit comments

Comments
 (0)