Skip to content

Commit e0a5677

Browse files
committed
feat(bluesky): add temporary pipeline demo
1 parent ecee958 commit e0a5677

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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>

0 commit comments

Comments
 (0)