从视觉上看,我的SARIMAX预测下降了1个周期(后期),但我无法终生找出原因。根据我写的内容,它应该在循环迭代测试数据的日期/时间上绘制预测。训练数据总是比测试指标晚1个周期。
测试和预测之间的RMSE报告为0.378。这是不好的结果吗?如果图表看起来不那么突出,我不会问任何一个。/* AdaptationPlanner.i */
%module AdaptationPlanner
%{
/* Includes the header in the wrapper code */
#include "AdaptationPlanner.h"
using namespace std; /* <--- */
%}
/* Parse the header file to generate wrappers */
%include "AdaptationPlanner.h"
我将其发布在“交叉验证”中,但那个地方感觉像个幽灵般的小镇。