-
-
Notifications
You must be signed in to change notification settings - Fork 49
Collections Endpoints #50
Copy link
Copy link
Open
Labels
CollectionsCollection endpointsCollection endpointsMigrationAlready exists in the old APIAlready exists in the old APImetaMeta-issue tracking sub-issues.Meta-issue tracking sub-issues.
Milestone
Metadata
Metadata
Assignees
Labels
CollectionsCollection endpointsCollection endpointsMigrationAlready exists in the old APIAlready exists in the old APImetaMeta-issue tracking sub-issues.Meta-issue tracking sub-issues.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Collection Endpoints (suites and benchmarks)
GET
GET /study/{id} #51
Get study description by study id or alias. Studies are collections of OpenML tasks and/or runs, also used for benchmarks.
GET /study/list/{filters} #52
List all studies (collections of items)
DELETE
Delete study
POST
POST /study #54
Create new study
POST /study/{id}/attach #55
Attach a new entity to a study
POST /study/{id}/detach #56
Detach an entity from a study