THEMA: System¶
The thema.multiverse.system package forms the first half of the pipeline: cleaning/imputation (Inner) and projection (Outer).
Inner System
Clean, encode, scale, and impute raw data into Moon files.
Outer System
Run a small grid over projectors to generate embeddings.
Architecture¶
thema.multiverse.system
├── inner
│ ├── inner_utils.py
│ ├── moon.py
│ └── planet.py
└── outer
├── comet.py
├── oort.py
└── projectiles
├── pcaProj.py
└── tsneProj.py