Hugo Gobato Souto
Hugo Gobato Souto
@cchallu, thank you very much for the response and information. I was asking for the training loss with the scaled back data to create plots of the training and validation...
Dear @kashif, thank you very much for the answer! One last question: if I would like to perform forecasts using a test dataset composed of 1000 datapoints and using prediction_length...
Yes, thank you!
ChatGPT suggested this code adjustment: from math import log # ... other parts of your code ... try: no_split_penalty = int(self.params["no_split_penality"]) except ValueError: # Handle the case where the conversion...