Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
T
Tidal
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PLN
  • Tidal
  • Repository

Switch branch/tag
  • Tidal
  • armada
  • tide-table
  • sample_features.json
Find file
BlameHistoryPermalink
  • PLN (Algolia)'s avatar
    feat(feature_eda): MDA over 1485 samples → the superfeature axes · 01b88ed5
    sample_features.py overfetched 36 L0/L1 features × 1485 corpus samples; feature_eda
    mines them three ways:
    - correlation: only 2 redundant pairs ≥0.9 (duration~temporal_centroid 0.97,
      bandwidth~rolloff 0.91) → the overfetch was lean, 34/36 independent.
    - PCA: intrinsic dim 19 (90%) / 24 (95%) — genuinely high-D. The 5 leading PCs are
      interpretable SUPERFEATURE AXES: PC1 brightness (rolloff/centroid), PC2 timbre
      (mfcc5-8), PC3 loudness (rms/peak/flux), PC4 envelope/time (temporal_centroid,
      decay_slope, attack — the kick↔bass axis), PC5 tonal-vs-noisy (kurtosis/chroma_entropy).
    - clustering: KMeans(12) vs resolver families ARI=0.25 NMI=0.40 (timbral clusters
      partly orthogonal to semantic family — consistent with 'folders are loose').
      RF importance: spectral_centroid + temporal_centroid are the #1/#2 family
      discriminators → validates productizing the kick↔bass tiebreaker (#80).
    TDD: 3 synthetic invariants (redundancy/dim/separation) + real-data load guard.
    PLN (Algolia) authored Jun 07, 2026
    01b88ed5
sample_features.json 2.27 MB
EditWeb IDE
The source could not be displayed because it is larger than 1 MB. You can load it anyway or download it instead.
×

Replace sample_features.json

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.