Skip to content

Possiblity to access types of json responses #132

Open
@sebffischer

Description

@sebffischer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions