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 3dcc087 commit 1e42e7bCopy full SHA for 1e42e7b
1 file changed
openml/datasets/dataset.py
@@ -460,11 +460,8 @@ def _check_qualities(qualities):
460
qualities_ = {}
461
for xmlquality in qualities:
462
name = xmlquality['oml:name']
463
-
464
if xmlquality.get('oml:value', None) is None:
465
value = float('NaN')
466
- elif 'oml:value' not in xmlquality:
467
- value = float('NaN')
468
elif xmlquality['oml:value'] == 'null':
469
470
else:
0 commit comments