Skip to content

Commit 1c99c35

Browse files
committed
Add ML training scripts, DVC pipeline, and workspace cleanup
- Add comprehensive ML training pipeline with MLflow integration - Add DVC configuration for data versioning - Add new training scripts for raga therapy analysis - Clean up dataset collection structure - Add MLflow experiment management tools
1 parent e3f8214 commit 1c99c35

26 files changed

+2816
-2647
lines changed

.dvc/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.dvc/config

Whitespace-only changes.

.gitignore

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,12 +287,15 @@ saved_models/
287287
*.json
288288
*.xml
289289
*.zip
290+
!*.zip.dvc
290291
*.tar.gz
291292
*.rar
292293
*.7z
293294

294295
# Large datasets
295-
data/
296+
data/*
297+
!data/*.dvc
298+
!data/README.md
296299
datasets/
297300
raw_data/
298301
processed_data/
@@ -684,7 +687,17 @@ ehthumbs.db
684687
Thumbs.db
685688

686689

687-
#md files
688-
689-
Workspace_Reorganization_Complete.md
690-
Workspace_Reorganization_Plan.md
690+
# Documentation files (managed separately)
691+
docs/
692+
*.md
693+
!README.md
694+
695+
# Root level documentation files (should be in docs/)
696+
DATASET_SIZE_ANALYSIS.md
697+
ICMACY_THERAPY_INTEGRATION_SUMMARY.md
698+
NEXT_STEPS_ACTION_PLAN.md
699+
RAGA_THERAPY_FEATURE_PLAN.md
700+
UNIFIED_DATASET_ACTION_PLAN.md
701+
WORKSPACE_REORGANIZATION_COMPLETE.md
702+
WORKSPACE_REORGANIZATION_PLAN.md
703+
youtube_extraction_report.json

data/ragasense_dataset_collection/04_scripts/data_collection/01_kaggle_collector.py

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)