(self)
| 578 | ] |
| 579 | |
| 580 | def __init__(self): |
| 581 | super(Math, self).__init__( |
| 582 | "math", |
| 583 | urls={ |
| 584 | "train": [], |
| 585 | "valid": [], |
| 586 | "test": [] |
| 587 | } |
| 588 | ) |
| 589 | |
| 590 | def train_preprocess(self, save_file): |
| 591 | np.random.seed(1023) |
no outgoing calls
no test coverage detected