Skip to main content

Challenge package — participant-facing model interface and scoring

Project description

challenge

Public challenge package.

Primary package: numinous

Participant-facing files

  • tracker.py — model interface (participants subclass TrackerBase)
  • scoring.py — scoring function for local self-eval
  • backtest.py — backtest harness (BacktestClient, BacktestRunner, BacktestResult)
  • config.py — baked-in coordinator URL and default feed dimensions
  • examples/ — quickstarter model implementations

Backtest usage

from numinous.backtest import BacktestRunner
from my_model import MyTracker

result = BacktestRunner(model=MyTracker()).run(
    start="2026-01-01", end="2026-02-01"
)
result.predictions_df   # DataFrame in notebook
result.metrics           # rolling windows + multi-metric enrichment
result.summary()         # formatted output

# result.metrics includes both rolling windows and portfolio-level metrics:
# {
#   'score_recent': 0.42, 'score_steady': 0.38, 'score_anchor': 0.35,
#   'ic': 0.035, 'ic_sharpe': 1.2, 'hit_rate': 0.58,
#   'mean_return': 0.012, 'max_drawdown': -0.08,
#   'sortino_ratio': 1.5, 'turnover': 0.23,
# }

Data is automatically fetched from the coordinator and cached locally. No coordinator URL or feed configuration needed — baked into the package.

Multi-metric enrichment (IC, hit rate, Sortino, etc.) is computed using the same metrics registry as the coordinator, giving competitors identical feedback locally.

Node-private runtime

  • ../node/config/ — CrunchConfig, runtime callables

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crunch_numinous-0.1.1.tar.gz (27.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crunch_numinous-0.1.1-py3-none-any.whl (22.9 kB view details)

Uploaded Python 3

File details

Details for the file crunch_numinous-0.1.1.tar.gz.

File metadata

  • Download URL: crunch_numinous-0.1.1.tar.gz
  • Upload date:
  • Size: 27.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.12

File hashes

Hashes for crunch_numinous-0.1.1.tar.gz
Algorithm Hash digest
SHA256 2812073a27060c830f250554702f06be4aacf2494125ee8744af363d1139b237
MD5 096243d57f510f9276c34964764f1f2c
BLAKE2b-256 bf5fc7db838966a4c35a075b86e5bd7ded053a1f7d9032cee351bdec425fd170

See more details on using hashes here.

File details

Details for the file crunch_numinous-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for crunch_numinous-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ea36ffcbc47ede5761a18f8e0a53d1b88030bdd6ff3e82409b20dae5ef708fdd
MD5 82e397619d19c73ae4c1be56c3af073e
BLAKE2b-256 a4264b472bd42949b43ca263e7cec966569c48a33771060e76b55667bd612e65

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page