Explorar el Código

增加代码逻辑,避免Nan值

zhanghao hace 5 meses
padre
commit
78f25b83ab
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      models/pressure-predictor/gat-lstm_model/config.yaml

+ 1 - 0
models/pressure-predictor/gat-lstm_model/config.yaml

@@ -20,6 +20,7 @@ model:
 data:
   resolution: 60           # 数据分辨率(原始数据每隔60条取一条,下采样)
   test_start_date: '2025-07-01'  # 测试集起始日期(初始值,会动态更新)
+  min_rows: 600            # 定义最小数据行数要求(600行)
   
   # 小波变换相关参数(预留,未实际使用)
   wavelet: