(self)
| 1084 | learner.teach(X_training_inf, y_training) |
| 1085 | |
| 1086 | def test_keras(self): |
| 1087 | pass |
| 1088 | |
| 1089 | def test_sklearn(self): |
| 1090 | learner = modAL.models.learners.ActiveLearner( |
nothing calls this directly
no outgoing calls
no test coverage detected