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 f3d6680 commit 35367aaCopy full SHA for 35367aa
1 file changed
openml/runs/run.py
@@ -79,7 +79,6 @@ def publish(self):
79
"""
80
predictions = arff.dumps(self._generate_arff())
81
description_xml = self._create_description_xml()
82
- print(description_xml)
83
file_elements = {'predictions': ("predictions.csv", predictions),
84
'description': ("description.xml", description_xml)}
85
return_code, return_value = _perform_api_call(
0 commit comments