请问我回测老是报这个错,该怎么处理呀
Exception Traceback (most recent call last)
in ()
130 benchmark=‘000300.SHA’, # 比较基准,不影响回测结果
131 # 通过 options 参数传递预测数据和参数给回测引擎
–> 132 options={‘hold_days’: conf.hold_days, ‘model_id’: m5.model_id}
133 )
in prepare(context)
52 instruments=D.instruments(),
53 start_date=context.start_date, end_date=context.end_date,
—> 54 model_id=context.options[‘model_id’])
55 n2 = M.transform.v2(
56 data=n1.data, transforms=T.get_stock_ranker_default_transforms(),
Exception: no features extracted.