tods icon indicating copy to clipboard operation
tods copied to clipboard

TODS: An Automated Time-series Outlier Detection System

Results 80 tods issues
Sort by recently updated
recently updated
newest added
trafficstars

I got 'ImportError: pycurl: libcurl link-time version (7.69.1) is older than compile-time version (7.73.0)' when execute 'from axolotl.utils import data_problem'.

When I try to run tods-master\examples\run_search.py this error occurred. Even although I installed axolotl==0.0.1 by pip install, axolotl.backend cannot be found. Could you please help me solve this problem? THX!

I have this error when importing the axolotl: >>> from axolotl.utils import data_problem Traceback (most recent call last): File "", line 1, in File "/Users/didi/Documents/hegsns/hegsns/TODS/tods_Guanchu/tods/src/axolotl/axolotl/utils/data_problem.py", line 9, in from axolotl.utils.schemas...

I successfully installed tods using a simple `pip install tods`; however, I cannot run the example code because I do not have the axolotl package installed. axolotl is not available...

In tods/detection_algorithm/UODBasePrimitive.py lines 175, 177 and 178, left_inds_ should be right_inds_. @lhenry15 @HeGsnS

While running "pip install -e ." I got the following ReadtimeoutError: ![41601442018_ pic_hd](https://user-images.githubusercontent.com/47061295/94713574-9808b680-0310-11eb-8d81-070de5bbf5ee.jpg) I am running on Mac OS.

Hello. I get the following error after I installed successfully using pip install `ModuleNotFoundError: No module named 'tods.sk_interface'` My machine is windows 10. python version 3.7.4 using Jupyter notebook your...

unify docstrings

Hello, Thanks for this great tool. I would like to ask if it supports unsupervised anomaly detection for unlabeled time series. Regards,