Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
78 lines (64 loc) · 2.59 KB

File metadata and controls

78 lines (64 loc) · 2.59 KB
Copy raw file
Download raw file
Outline
Edit and raw actions
orphan:

Progress

Changelog

0.3.0

  • Add this changelog (Matthias Feurer)
  • 2nd example notebook PyOpenML.ipynb (Joaquin Vanschoren)
  • Pagination support for list datasets and list tasks

API calls

API call implemented tested properly tested loads json proper error handling
/data/{id} yes yes      
/data/features/{id} yes yes      
/data/qualities/{id} yes yes      
/data/list/ yes yes      
/data/list/tag/{tag} yes yes      
/data/upload/ yes yes      
/data/tag          
/data/untag          
/data/delete/ X        
/task/{task} yes yes      
/task/list yes yes      
/task/list/type/{id} yes yes      
/task/list/tag/{tag} yes yes      
/task {POST}          
/task/tag          
/task/untag          
/task/delete X        
/tasktype/{id}          
/tasktype/list          
/flow/{id}          
/flow/exists/{name}/{ext_version} yes        
/flow/list yes        
/flow/list/tag/{tag}          
/flow/owned          
/flow/ {POST} yes yes      
/flow/tag          
/flow/untag          
/flow/{id} {DELETE} X        
/run/list/task/{ids} yes yes      
/run/list/run/{ids} yes yes      
/run/list/tag/{tag} yes yes      
/run/{id} yes yes      
/run/list/uploader/{ids} yes yes      
/run/list/flow/{ids} yes yes      
/run/list/{filters} yes yes      
/run/untag          
/run (POST) yes yes      
/run/tag          
/run/{id} (DELETE) X        
/evaluation/list/run/{ids}          
/evaluation/list/tag/{tag}          
/evaluation/list/task/{ids}          
/evaluation/list/uploader/{ids}          
/evaluation/list/flow/{ids}          
/evaluation/list/{filters}          

We do not plan to implement API calls marked with an X!

Morty Proxy This is a proxified and sanitized view of the page, visit original site.