We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e4f0e commit 4d28490Copy full SHA for 4d28490
tests/test_datasets/test_dataset_functions.py
@@ -1165,11 +1165,7 @@ def test_create_dataset_attributes_auto_without_df(self):
1165
creator = 'OpenML tester'
1166
collection_date = '01-01-2018'
1167
language = 'English'
1168
- licence = 'MIT' def test_list_evaluation_measures(self):
1169
- measures = openml.evaluations.list_evaluation_measures()
1170
- self.assertEqual([isinstance(measures), list)
1171
- self.assertEqual(all([isinstance(s, str) for s in measures]), True)
1172
-
+ licence = 'MIT'
1173
default_target_attribute = 'col_{}'.format(data.shape[1] - 1)
1174
citation = 'None'
1175
original_data_url = 'http://openml.github.io/openml-python'
0 commit comments