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.0.tar.gz (26.9 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.0-py3-none-any.whl (17.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: crunch_numinous-0.1.0.tar.gz
  • Upload date:
  • Size: 26.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.9

File hashes

Hashes for crunch_numinous-0.1.0.tar.gz
Algorithm Hash digest
SHA256 39690f988129133bf15f6e0a6f3eadd1802745f01c2b816e3364d203d8938710
MD5 3430e91379a8b494a777d66f0b3936b4
BLAKE2b-256 738fa979608c3f5abddd1f123382dbbaf5ecd06de131395990f033cf51900f86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for crunch_numinous-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 756c6da4a46093f40cd86196256884c5f2b5e21ab0bdd71f39f8b2b0287e3f1c
MD5 ac6f4991a9d537f2cdc8849d6d46503d
BLAKE2b-256 3225e8f63ef495eaa64f9e23b7c491741a9a850145eb7a3a60974abb6ce68058

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