|
|
5a5109b1a6
|
fix(viz_reports): plot_scatter_true_vs_pred NaN 容错 + subplots_adjust 替换 tight_layout
|
2026-06-22 17:48:03 +08:00 |
|
|
|
e8820a73c1
|
fix(viz_reports): plot_spectrum_by_parameter legend 移出画布防止遮挡
|
2026-06-22 17:16:10 +08:00 |
|
|
|
561c59fbd4
|
fix(scatter_legend): 基础版散点图 legend 移出画布防止遮挡
src/postprocessing/visualization_reports.py plot_scatter_true_vs_pred:
ax.legend 加 bbox_to_anchor=(1.02, 1) + borderaxespad=0,将图例移到画布右侧外部。
已有 plt.tight_layout() 与 plt.savefig(..., bbox_inches='tight') 自动处理裁剪。
Why: loc='upper left' 时图例位于散点区左上角,训练/测试点集中时易被遮挡。
仅改基础版(plot_scatter_true_vs_pred),增强版 sctter_batch.py 是 gridspec 4x4
子图布局,硬套 bbox_to_anchor 会破坏右侧 ax_hist_y 子图,保留原样。
|
2026-06-22 16:37:11 +08:00 |
|
|
|
82e0b92af6
|
Mega-1.1 全链路路径归一化收尾(18 文件)
|
2026-06-15 15:20:50 +08:00 |
|
|
|
95d30d8d81
|
修复训练摘要报告无法识别 .joblib 模型的 Bug
|
2026-05-10 15:45:56 +08:00 |
|
|
|
375fea77b9
|
修复后处理模块导包路径断层
|
2026-05-10 15:24:50 +08:00 |
|
|
|
9b7bcfadd1
|
fix: 修复工作目录与步骤名不对应、回归预测虚数报错、模型加载及预处理名称转换问题,重构可视化并修正勾选联动
|
2026-04-14 17:41:38 +08:00 |
|
|
|
b0a94ba1e7
|
更新工作目录子文件夹的序号
|
2026-04-14 09:24:18 +08:00 |
|
|
|
91e36407ae
|
Initial commit of WQ_GUI
|
2026-04-08 15:25:08 +08:00 |
|