(self, y_values)
| 102 | return fulldata, y_values, train_x, train_y, test_x, test_y |
| 103 | |
| 104 | def check_labels(self, y_values): |
| 105 | print(y_values['y_values'].value_counts()) |
| 106 | |
| 107 | |
| 108 | if __name__ == "__main__": |
no outgoing calls
no test coverage detected