Searched refs:test_labels (Results 1 – 4 of 4) sorted by relevance
46 test_samples, test_labels = samples[test_idx], labels[test_idx]49 score = (resp != test_labels).mean()
42 test_labels = train_labels.copy()50 # For that, compare the result with test_labels and check which are wrong51 matches = result==test_labels
93 def test_labels(self): member in AtomicGroupClassTest186 def test_labels(self): member in HostTest
594 test_labels = filter_data.pop('test_label_fields', [])595 query_set = self._join_test_label_columns(query_set, test_labels)