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-regimeLightweight 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
- SDK·OtherPrediction Market Uncertainty IndexOne function, one number (0-100) — real-time uncertainty from 30K+ markets
- PRIMITIVE·OtherCausal Tree DecompositionStandalone causal-tree probability engine — thesis to weighted confidence, zero deps
- PRIMITIVE·OtherPrediction Market Edge DetectorDetect mispricings in prediction markets — filter, rank, monitor