When I want to upload a new dataset, I can create an OpenMLDataset and then publish it.
However, the creation of an OpenMLDataset requires a dataset_id.
This does not make sense when uploading a new dataset. I could just add dataset_id='1', but that is still confusing since it will be entirely ignored.