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.
2 parents 1c9f64d + 7cbf428 commit 33db051Copy full SHA for 33db051
1 file changed
openml/extensions/sklearn/extension.py
@@ -1549,7 +1549,7 @@ def is_subcomponent_specification(values):
1549
if len(subcomponent) == 3:
1550
if not isinstance(subcomponent[2], list):
1551
raise TypeError('Subcomponent argument should be'
1552
- 'list')
+ ' list')
1553
current['value']['argument_1'] = subcomponent[2]
1554
parsed_values.append(current)
1555
parsed_values = json.dumps(parsed_values)
0 commit comments