|
@@ -127,6 +127,7 @@ class TSClsPredictor(BasicPredictor):
|
|
|
return {
|
|
return {
|
|
|
"input_path": batch_data,
|
|
"input_path": batch_data,
|
|
|
"input_ts": batch_raw_ts,
|
|
"input_ts": batch_raw_ts,
|
|
|
|
|
+ "input_ts_data": batch_raw_ts,
|
|
|
"classification": batch_ts_preds,
|
|
"classification": batch_ts_preds,
|
|
|
"target_cols": [self.config["info_params"]["target_cols"]]
|
|
"target_cols": [self.config["info_params"]["target_cols"]]
|
|
|
}
|
|
}
|