mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-09-11 12:42:03 +08:00
rename
TODO remove and refactor arg. names
This commit is contained in:
@@ -153,6 +153,13 @@ class TempFlowEstimator(PTSEstimator):
|
||||
],
|
||||
pick_incomplete=self.pick_incomplete,
|
||||
),
|
||||
RenameFields(
|
||||
{
|
||||
f"past_{FieldName.TARGET}": f"past_{FieldName.TARGET}_cdf",
|
||||
f"future_{FieldName.TARGET}": f"future_{FieldName.TARGET}_cdf",
|
||||
}
|
||||
)
|
||||
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user