Skip to content

Chronulus Python SDK

Core Components

Session

  • Set your API Key
  • Provide broad stroke situational context on the goal of your organization and team motivating the task
  • Provide a description of the forecasting task to be accomplished

Agent

Normalized Forecaster

Provides scale-free forecast estimates that are normalized between 0.0 and 1.0.

  • Time Scales: hours, days, weeks
  • Estimates Range: [0.0, 1.0]

Binary Predictor

Gives robust probability estimates for open-ended questions with binary outcomes by leveraging a panel of experts for consensus. A Beta distribution is estimated over the expert opinions and return along with the underlying opinions and predictions.

  • Number of Experts: 2 to 30
  • Estimate Range: [0.0, 1.0]
  • Beta parameters: (alpha, beta)