Skip to content

Commit 8bf223e

Browse files
jeremymanningclaude
andcommitted
Joint UMAP refit with transcripts, density flattening, and welcome screen redesign
- Re-fit joint UMAP on 257K documents (250K articles + 2.5K questions + 5.4K transcripts) - Apply density flattening (mu=0.85) to all coordinates via title/ID matching - Rebuild video catalog windows with displacement field interpolation (85K windows) - Replace welcome screen dropdown with "Map my knowledge!" button - Fix reset bug: clear video markers when returning to welcome screen - Update flatten/apply scripts for new coordinate file conventions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 97ef437 commit 8bf223e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+291
-333
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,9 @@ embeddings/umap_bounds.pkl
229229
embeddings/question_embeddings_2500.pkl
230230
embeddings/transcript_embeddings.pkl
231231
embeddings/article_coords.pkl
232+
embeddings/article_coords_flat.pkl
232233
embeddings/question_coords.pkl
234+
embeddings/question_coords_flat.pkl
233235
embeddings/transcript_coords.pkl
234236
embeddings/article_registry.pkl
235237
*.credentials
@@ -303,6 +305,7 @@ backups/large_checkpoints/level_1_after_download.json
303305

304306
# Video pipeline working files
305307
data/videos/.working/coordinates/
308+
data/videos/.working/embeddings/
306309
data/videos/.working/audio_cache/
307310
data/videos/transcripts_raw/
308311
data/videos/transcripts/

data/domains/algorithms.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/domains/all.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/domains/archaeology.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/domains/art-history.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/domains/artificial-intelligence-ml.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/domains/asian-history.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/domains/astrophysics.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/domains/biology.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/domains/calculus.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)