Files
WQ_GUI/src/core
duxin 4347988ab2 feat: 训练框架适配 DualStream_MNF + 部署矩阵 .npz 导出
modeling_batch.py:
- preprocessing_methods 新增 DualStream_MNF
- save_model 新增 C++/Rust 部署导出逻辑:
  自动检测 Pipeline 中的 MNFTransformer + SVR,
  提取 mean_/W_mnf_/dual_coef_/support_vectors_/
  intercept_/gamma/kernel 等纯量矩阵,
  保存为 *_deploy.npz 文件
- 新增 _find_mnf_in_pipeline / _find_svr_in_pipeline /
  _find_physical_extractor_in_pipeline 辅助方法,
  支持 FeatureUnion 嵌套递归查找
2026-07-29 10:02:37 +08:00
..
2026-07-01 09:57:27 +08:00
2026-04-08 15:25:08 +08:00
2026-04-08 15:25:08 +08:00
2026-07-01 15:12:25 +08:00