Open
Description
Hi there -
When running:
anomaly_detect_vec(data, max_anoms=0.02, period=96, direction="both", plot=True)
I keep getting this:
TypeError: __verbose_if() missing 1 required positional argument: 'kwargs'
I changed the assert validation from
assert isinstance(x) == pd.Series, 'x must be pandas series'
to
assert isinstance(x, pd.Series), 'Data must be a series(Pandas.Series)'
because I kept getting an error that the isinstance() needed 2 arguments, and now I'm getting the __verbose error.
I have a feeling this might be a Python 2 vs. Python 3 issue but I'm not familiar with python enough to really know, and I think continuing on and trying to debug every new issue that pops up will not end up working... any suggestions/easily-identifiable-fixes you can see?
Metadata
Metadata
Assignees
Labels
No labels