openml / OpenML

Open Machine Learning
https://openml.org
BSD 3-Clause "New" or "Revised" License
662 stars 91 forks source link

consistent naming: attribute vs. feature #484

Open TGlas opened 6 years ago

TGlas commented 6 years ago

The API is not entirely consistent when it comes to the terms "attribute" and "feature". The former seems to be used more frequently, but at least in the "get data features" REST API call, the same entities are referred to as features. The returned xml / json objects also use the names "features" and "feature".

Please be consistent.

joaquinvanschoren commented 6 years ago

It seems that the API always uses features, except for the special features (e.g. default_attribute) Not sure how to fix this now.