data

List datasets with the given name.

Returns a list with all datasets in the system with the given qualities, where the quality can be 'number_instances', 'number_features', 'number_classes', or 'number_missing_values'

get/data/list/{quality}/{value}

Path parameters

qualitystring required

The quality name on which to filter on, either 'number_instances', 'number_features', 'number_classes', or 'number_missing_values'

valuestring required

The required value for the given quality. Can either be an exact value, e.g. '100' if you only want datasets with 100 instances, or a range '1..100' if you want all datasets with a number of instances between 1 and 100.

Query parameters

api_keystring

API key to authenticate the user

Response

A list of datasets with the given quality constraints

Changes