Whether the task has a training set
(self)
| 260 | |
| 261 | @abc.abstractmethod |
| 262 | def has_training_docs(self): |
| 263 | """Whether the task has a training set""" |
| 264 | pass |
| 265 | |
| 266 | @abc.abstractmethod |
| 267 | def has_validation_docs(self): |
no outgoing calls
no test coverage detected