PRIMITIVE·GitHub·Other

Prediction Market Regime Classifier

Detect market regime states (crisis, risk-off, risk-on, complacent) in real time

Install

npm i prediction-market-regime

Lightweight classifier that turns the live SF Index + associated indicators into a five-state regime label with a continuous score. Use it as a gate for trading automation, a dashboard chip, or a feature in your own model.

Quickstart

import { classify } from 'prediction-market-regime'

const r = await classify()
// { label: 'risk-off', score: 62, components: {...} }

Tags

primitivetypescriptregimesignalclassifier

Related