openml / openml-java

Java library to interface with OpenML
10 stars 4 forks source link

ignore_attribute in DataSetDescription null. #44

Open mwever opened 3 years ago

mwever commented 3 years ago

The value of ignore_attribute in org.openml.apiconnector.xml.DataSetDescription is always null since the XML parser tries to access an item field name "ignore_attribute" instead of a tag named "oml:ignore_attribute".