Skip to content

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:

crowdcent [OPTIONS] COMMAND [ARGS]...

Options:

  --help  Show this message and exit.

download-inference-data

Usage:

crowdcent download-inference-data [OPTIONS] CHALLENGE_SLUG RELEASE_DATE

Options:

  -o, --output TEXT  Output file path. Defaults to
                     [challenge_slug]_inference_[release_date].parquet in
                     current directory.
  --help             Show this message and exit.

download-training-data

Usage:

crowdcent download-training-data [OPTIONS] CHALLENGE_SLUG VERSION

Options:

  -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:

crowdcent get-challenge [OPTIONS] CHALLENGE_SLUG

Options:

  --help  Show this message and exit.

get-current-inference-data

Usage:

crowdcent get-current-inference-data [OPTIONS] CHALLENGE_SLUG

Options:

  --help  Show this message and exit.

get-inference-data

Usage:

crowdcent get-inference-data [OPTIONS] CHALLENGE_SLUG RELEASE_DATE

Options:

  --help  Show this message and exit.

get-latest-training-data

Usage:

crowdcent get-latest-training-data [OPTIONS] CHALLENGE_SLUG

Options:

  --help  Show this message and exit.

get-submission

Usage:

crowdcent get-submission [OPTIONS] CHALLENGE_SLUG SUBMISSION_ID

Options:

  --help  Show this message and exit.

get-training-data

Usage:

crowdcent get-training-data [OPTIONS] CHALLENGE_SLUG VERSION

Options:

  --help  Show this message and exit.

list-challenges

Usage:

crowdcent list-challenges [OPTIONS]

Options:

  --help  Show this message and exit.

list-inference-data

Usage:

crowdcent list-inference-data [OPTIONS] CHALLENGE_SLUG

Options:

  --help  Show this message and exit.

list-submissions

Usage:

crowdcent list-submissions [OPTIONS] CHALLENGE_SLUG

Options:

  --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:

crowdcent list-training-data [OPTIONS] CHALLENGE_SLUG

Options:

  --help  Show this message and exit.

submit

Usage:

crowdcent submit [OPTIONS] CHALLENGE_SLUG FILE_PATH

Options:

  --help  Show this message and exit.