Skip to content

Conversation

@Clydingus
Copy link
Collaborator

Bug Fixes
Correlation heatmap hanging indefinitely - Use X_train_pca instead of unintentional X_train
Heatmap colors compressed/invisible - Auto-scale vmin/vmax from actual data instead of fixed -1/1
PCA attribute not actually correct - Changed n_components to n_components_ (sklearn convention)
Bunch of type errors everywhere - fixed
Program crashes on missing directories like assets / models - Added mkdir(parents=True, exist_ok=True)
Prediction flow broken - Fixed to pass Dataset + vae_type to features() instead of array

New Features
Feature dataset caching - dataset + model hash based caching into .cache/features/
Fallback for empty assets folder - Added check for local images, fallback to placeholder dataset (a-slice)

@exdysa exdysa merged commit 6a26c20 into main Feb 2, 2026
1 check passed
@exdysa exdysa deleted the dingus/chud branch February 2, 2026 12:50
@exdysa exdysa restored the dingus/chud branch February 2, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants