Commit Graph

4 Commits

Author SHA1 Message Date
newbieQQ a7e95141d2 feat: add data visualization script for comprehensive analysis
- Introduced `visualize.py` to generate various visualizations including:
  - Class distribution bar chart
  - Feature distribution histograms (overlaid by class)
  - Feature box plots (for top N features)
  - PCA reduced scatter plot with confidence ellipses
  - t-SNE reduced scatter plot
  - Heatmaps for class means and standard deviations
  - Global feature correlation heatmap
  - Overview of global feature distributions

- Implemented data loading functions to handle multiple file formats and structures.
- Added command-line interface for flexible usage with options for feature limits and PCA/t-SNE toggles.

Co-authored-by: Copilot <copilot@github.com>
2026-05-14 10:27:32 +08:00
qyh1510@gmail.com f262ad0674 chore: sync remaining local changes 2026-03-29 10:58:11 +08:00
newbie 0667dd90d1 Add confusion matrix attributes to Qnn model; remove unused test.py file; comment out QCNN model instantiation in main.py 2025-06-24 23:31:19 +08:00
newbie 671176c6d0 new change 2024-11-10 11:37:54 +08:00