brunopinos31

Results 1 issues of brunopinos31

Hi, I have an error when I try to fit main.AnomalyDetection() TypeError: ts_train_test_split() got an unexpected keyword argument 'shuffle' Problem is here: def ts_train_test_split(df, len_seq, points_ahead=1, gap=0, shag=1, intersection=True, test_size=None,train_size=None,...