TODO remove and refactor arg. names
This commit is contained in:
Dr. Kashif Rasul
2020-01-13 12:04:11 +01:00
parent 127f99299d
commit 863c675981
+7
View File
@@ -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",
}
)
]
)