Skip to content

Commit

Permalink
Re-run the Benchmarking process for PyAF 5.0 #222. Improved a timing …
Browse files Browse the repository at this point in the history
…message.
  • Loading branch information
antoinecarme committed Feb 27, 2023
1 parent fdbc703 commit 3cae1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaf/TS/SignalDecomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def updatePerfsForAllModels(self , iModels):

def train(self , iInputDS, iSplit, iTime, iSignal,
iHorizon, iTransformation, iDecomspositionType):
lTimer = tsutil.cTimer(("TRAINING", {"Signal" : iSignal, "Transformation" : iTransformation.get_name(iSignal)}))
lTimer = tsutil.cTimer(("TRAINING", {"Signal" : iSignal, "Transformation" : iTransformation.get_name(iSignal), "DecompositionType" : iDecomspositionType}))
lInputDS = iInputDS[[iTime, iSignal]].copy()
lInputDS = sample_signal_if_needed(lInputDS, self.mOptions)

Expand Down

0 comments on commit 3cae1a9

Please sign in to comment.