(self, *args, **kwargs)
| 110 | yield x |
| 111 | |
| 112 | def _calculate_disagreement(self, *args, **kwargs): |
| 113 | return self.calculate_disagreement_return |
| 114 | |
| 115 | def predict(self, *args, **kwargs): |
| 116 | if not self.fitted: |
nothing calls this directly
no outgoing calls
no test coverage detected