Skip to content

Commit 3d8d3ff

Browse files
committed
🎯 Enhance directory structure and CV metrics
✨ Features: - Add test_data_name to predict mode to prevent result overwriting - Optimize directory structure per mode (tune/train/predict) - Add CV mean/std for R² and MAPE in summary.json - Enhanced plots with best fold + CV mean curves with shaded std 🗂️ Directory Structure: - tune: only hyperparameters + logs - train: weights + results + plots + history + metrics - predict: results + predictions + metrics (with test_data_name suffix) 📊 Enhanced Plots: - Best fold training curves (top subplot) - K-fold CV mean with ±1 std shading (bottom subplot) - Backward compatible with single training runs 🔧 Technical: - Fixed numpy import issue in workflow_manager - Enhanced save_results() with conditional directory creation - Updated visualization.py for dual subplot CV plots
1 parent 1d9a133 commit 3d8d3ff

10 files changed

Lines changed: 362 additions & 2690 deletions

Test/test_feature_dimensions.py

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

0 commit comments

Comments
 (0)