1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| usage: kaggle competitions list [-h] [--group GROUP] [--category CATEGORY] [--sort-by SORT_BY] [-p PAGE] [-s SEARCH] [-v]
optional arguments: -h, --help show this help message and exit --group GROUP Search for competitions in a specific group. Default is 'general'. Valid options are 'general', 'entered', and 'inClass' 搜索特定组中的比赛 --category CATEGORY Search for competitions of a specific category. Default is 'all'. Valid options are 'all', 'featured', 'research', 'recruitment', 'gettingStarted', 'masters', and 'playground' 搜索特定类别的比赛 --sort-by SORT_BY Sort list results. Default is 'latestDeadline'. Valid options are 'grouped', 'prize', 'earliestDeadline', 'latestDeadline', 'numberOfTeams', and 'recentlyCreated' 排序 -p PAGE, --page PAGE Page number for results paging. Page size is 20 by default 页面 -s SEARCH, --search SEARCH 搜索 Term(s) to search for -v, --csv Print results in CSV format csv格式 (if not set print in table format)
|