OpenML icon indicating copy to clipboard operation
OpenML copied to clipboard

Parquet files don't have ignore and row id columns

Open sebffischer opened this issue 2 years ago • 1 comments

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.

  • For the ignore column compare dataset 210
  • For the row identifier compare dataset 8

sebffischer avatar Jun 15 '22 06:06 sebffischer

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

joaquinvanschoren avatar Jun 17 '22 09:06 joaquinvanschoren