timecop icon indicating copy to clipboard operation
timecop copied to clipboard

The variable don't have default value

Open trungkien210493 opened this issue 6 years ago • 0 comments

Actually, if the code flow go to in LSTM or TBAT (functions_timeseries.py) the following code will go to exception: print ("el ganador es " + str(winner)) because winner is not created in this code flow. I also hope you can share the reference for each method because of reliability. As the auto_arima.py, I don't know why you choose the df_aler = df_aler[(df_aler['anomaly_score']> 2)], the threshold as 2 need some references.

trungkien210493 avatar Oct 30 '19 07:10 trungkien210493