Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possiblity to access types of json responses #132

Open
sebffischer opened this issue Jan 9, 2024 · 0 comments
Open

Possiblity to access types of json responses #132

sebffischer opened this issue Jan 9, 2024 · 0 comments
Labels

Comments

@sebffischer
Copy link
Sponsor Member

currently we have hard-coded converters that convert the json response appropriately, e.g. if a field is a vector of strings, jsonlite::fromJSON() will return a list() in case the array is empty and e.g. a character() if it is non-empty.

In principle it would be possible to access the metadata schema (see e.g. here under the "schema" section):
https://test.openml.org/py/docs#/datasets/tag_dataset_datasets_tag_post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant