Skip to content

Commit 8d6c5fd

Browse files
committed
Add refreshed docs and report summaries; ignore large artifacts
1 parent f848303 commit 8d6c5fd

68 files changed

Lines changed: 32378 additions & 782 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python cache
1+
# Python cache
22
__pycache__/
33
*.py[cod]
44

@@ -12,15 +12,32 @@ Thumbs.db
1212
.vscode/
1313
.idea/
1414

15-
# Local data and generated outputs
15+
# Raw/local data
1616
data/
17+
18+
# Generated pipeline artifacts (large / reproducible)
1719
analysis_pipeline/derivatives/
1820
analysis_pipeline/features/
1921
analysis_pipeline/models/
20-
analysis_pipeline/reports/
22+
23+
# Large report artifacts
24+
analysis_pipeline/reports/confusion_pngs/
25+
analysis_pipeline/reports/run_logs/
26+
analysis_pipeline/reports/figures/
27+
analysis_pipeline/reports/report_assets_*/
28+
29+
# Large intermediate report files
30+
analysis_pipeline/reports/ml_results*.json
31+
analysis_pipeline/reports/confusion_highlights*.json
32+
analysis_pipeline/reports/epoch_manifest.tsv
33+
analysis_pipeline/reports/trial_table_*.tsv
34+
35+
# Runtime files
36+
analysis_pipeline/reports/*.pid
37+
analysis_pipeline/reports/*.log
2138

2239
# Keep folder structure if needed
2340
!analysis_pipeline/derivatives/.gitkeep
2441
!analysis_pipeline/features/.gitkeep
2542
!analysis_pipeline/models/.gitkeep
26-
!analysis_pipeline/reports/.gitkeep
43+
!analysis_pipeline/reports/.gitkeep

analysis_pipeline/reports/confusion_highlights_all_bins.md

Lines changed: 2021 additions & 0 deletions
Large diffs are not rendered by default.

analysis_pipeline/reports/confusion_highlights_baseline_all_bins_baseline.md

Lines changed: 2189 additions & 0 deletions
Large diffs are not rendered by default.

analysis_pipeline/reports/confusion_highlights_baseline_all_bins_baseline_advanced_nn.md

Lines changed: 2501 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)