File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < section class = " demo-panel chart-panel " aria-labelledby = " demo-title " >
2- < div class = " panel-heading " >
3- < p class =" eyebrow " >Analysis surface</ p >
4- < h2 id = " demo-title " >Modeling artifacts</ h2 >
5- </ div >
6- < div class = " bar-chart " aria-hidden = " true " >
7- < span style = " --h: 42% " ></ span >
8- < span style = " --h: 68% " ></ span >
9- < span style = " --h: 55% " ></span >
10- < span style = " --h: 81% " ></span >
11- < span style = " --h: 47% " ></span >
12- </ div >
13- </ section >
14- }
1+ ---
2+ ---
3+ < section class =" demo-panel chart-panel " aria-labelledby = " demo-title " >
4+ < div class = " panel-heading " >
5+ < p class = " eyebrow " >Analysis surface</ p >
6+ < h2 id = " demo-title " >Modeling Pipeline</ h2 >
7+ </ div >
8+ < ol class = " pipeline-steps " >
9+ < li >< span >01</ span >< strong >Audit</ strong >< p >Merge Bluesky social sentiment data with Yahoo Finance hourly OHLCV data.</ p ></li >
10+ < li >< span >02</ span >< strong >Feature</ strong >< p >Aggregate to ticker-hours, split by intraday/overnight, and build rolling features.</ p ></li >
11+ < li >< span >03</ span >< strong >Model</ strong >< p >Train baseline and tree-based ensembles using strict chronological train/test splits.</ p ></li >
12+ < li >< span >04</ span >< strong >Evaluate</ strong >< p >Compare F1 and ROC-AUC scores to test for actionable, short-term directional signal.</ p ></ li >
13+ </ ol >
14+ </ section >
You can’t perform that action at this time.
0 commit comments