Joaquin Vanschoren
Joaquin Vanschoren
Looks like a bug in the API: https://github.com/openml/OpenML/blob/858b9d471554bfd70b30bd16f53226c8ab916fa9/openml_OS/models/api/v1/Api_data.php#L564 This seems to overwrite the previous values in the same request. It also looks like every call replaces the columns to be...
@PGijsbers Eh, could it be that the /data/edit endpoint only changes the dataset table, not the data_feature table? Looks like it: https://github.com/openml/OpenML/blob/858b9d471554bfd70b30bd16f53226c8ab916fa9/openml_OS/models/api/v1/Api_data.php#L623C31-L623C38
Thanks! I added a section on special attributes in the new BootCamp docs: https://docs.openml.org/#special-attributes I also included your examples there. In the spec it is originally part of the `data_features`...
Hi Vishal, thanks! We're doing a rather large refactoring at the moment so I'd put this on hold until this is done. Hopefully by the end of January.
Good suggestion! Would you be interested in helping to implement this? Can be done in python only.
Can you elaborate on this, please? Is CC-BY forbidden for tabular data? It would be great if we could point our users to a better explanation about this.
Also, does that mean that tabular data should always be CC0, not 'public domain mark'? If it cannot be copyrighted, the 'no known copyright' mark doesn't make much sense?
@prabhant can you follow up on this? Thanks!
Will try to finish this before next week's hackathon.
I thought I'd be further along with the refactoring to next.js (https://github.com/openml/openml.org/tree/master/app) - but it might take another few weeks or even a month. I'll see if I can update...