openml / OpenML

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

Parquet files don't have ignore and row id columns #1152

Closed sebffischer closed 2 years ago

sebffischer commented 2 years ago

So it seems to, that the parquet files are missing the is_row_identifier and is_ignore columns, at least for the two examples provided below.

joaquinvanschoren commented 2 years ago

Those should be in the dataset meta-data, not in the parquet file itself (they are also not in the ARFF file).