Analysts¶
Use this hub when you want to inspect OddsFox Graph output, not operate the inference pipeline. OddsFox Graph ships software and local tooling, not a hosted dataset.
Analyst
Do you already have a build?¶
Exported artifacts live under build/ by default:
build/nodes.parquet
build/edges.parquet
build/odds_history.parquet
build/stage_odds_history.parquet
build/rejected_edges.parquet
build/ontology.json
build/inference_report.json
Query with DuckDB:
duckdb -c "SELECT type, count(*) FROM 'build/nodes.parquet' GROUP BY 1 ORDER BY 2 DESC"
Continue with Output artifacts.
Ask an operator to complete Quickstart or Running the pipeline, then return here. Analysts do not need a live LLM for ordinary post-build queries.
Compiled market outcomes bridge into the exported graph via REFERS_TO
(and related logical edges) when the proposition compiler covers the market
template — see Logical layer for predicates and
rules. Residual / unrecognized markets may still lack that bridge — check
proposition_json on outcomes.
Next pages¶
| Goal | Page |
|---|---|
| Propositions / rules | Logical layer |
| Column contracts | Output artifacts |
| Allowed node/edge types | Ontology |
| Input parquet grain | Source data schema |
| Common questions | FAQ |