CLI Reference
This page provides auto-generated documentation for the crowdcent CLI for the CrowdCent Challenge.
crowdcent
Command Line Interface for the CrowdCent Challenge.
Usage:
Options:
download-inference-data
Usage:
Options:
-c, --challenge TEXT Challenge slug (uses default if not specified)
-o, --output TEXT Output file path. Defaults to
[challenge_slug]_inference_[release_date].parquet
in current directory.
--no-poll Disable polling when waiting for the current
inference data to be published.
--poll-interval INTEGER Seconds to wait between polling attempts when
release_date='current'. [default: 30]
--timeout INTEGER Maximum seconds to wait when polling for current
data (0 = wait indefinitely). [default: 900]
--help Show this message and exit.
download-meta-model
Usage:
Options:
-c, --challenge TEXT Challenge slug (uses default if not specified)
-o, --output TEXT Output file path. Defaults to
[challenge_slug]_meta_model.parquet in current
directory.
--help Show this message and exit.
download-training-data
Usage:
Options:
-c, --challenge TEXT Challenge slug (uses default if not specified)
-o, --output TEXT Output file path. Defaults to
[challenge_slug]_training_v[version].parquet in
current directory.
--help Show this message and exit.
get-challenge
Usage:
Options:
-c, --challenge TEXT Challenge slug (uses default if not specified)
--help Show this message and exit.
get-default-challenge
Show the current default challenge slug.
Usage:
Options:
get-inference-data
Usage:
Options:
-c, --challenge TEXT Challenge slug (uses default if not specified)
--help Show this message and exit.
get-submission
Usage:
Options:
-c, --challenge TEXT Challenge slug (uses default if not specified)
--help Show this message and exit.
get-training-data
Usage:
Options:
-c, --challenge TEXT Challenge slug (uses default if not specified)
--help Show this message and exit.
list-challenges
Usage:
Options:
list-inference-data
Usage:
Options:
-c, --challenge TEXT Challenge slug (uses default if not specified)
--help Show this message and exit.
list-submissions
Usage:
Options:
-c, --challenge TEXT Challenge slug (uses default if not specified)
--period TEXT Filter submissions by period: 'current' or a date in
'YYYY-MM-DD' format
--help Show this message and exit.
list-training-data
Usage:
Options:
-c, --challenge TEXT Challenge slug (uses default if not specified)
--help Show this message and exit.
set-default-challenge
Usage:
Options:
submit
Usage:
Options:
-c, --challenge TEXT Challenge slug (uses default if not
specified)
--slot INTEGER Submission slot number (1-based). Defaults
to 1.
--queue-next / --no-queue-next Also queue for the next period (auto-
rollover). Defaults to --queue-next.
--experimental / --no-experimental
Mark this submission as experimental.
Experimental submissions get shadow
percentiles but are excluded from
leaderboard, meta-model, and CC Points
performance. Requires another slot to have a
non-experimental submission for the same
period. [default: no-experimental]
--notes TEXT Free-text annotation for this submission
(max 2000 chars). Private to you.
--help Show this message and exit.