timecop icon indicating copy to clipboard operation
timecop copied to clipboard

Time series based anomaly detector

Results 11 timecop issues
Sort by recently updated
recently updated
newest added

Hi, I would like to include a faster version of the autoarima model. Is the package still maintained?

Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.6 to 3.0.9. Release notes Sourced from flask-cors's releases. Release 3.0.9 Security Escape path before evaluating resource rules (thanks @​praetorian-colby-morgan). Prior to this, flask-cors incorrectly evaluated CORS...

dependencies
python

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.2.0. Release notes Sourced from eslint's releases. v7.2.0 b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895) (Milos Djermanovic) 27ef73f Update: reporter locr of func-call-spacing (refs...

dependencies

Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 3.8.0. Release notes Sourced from webpack-bundle-analyzer's releases. First test with Lerna monorepo th0r/webpack-bundle-analyzer#98 Changelog Sourced from webpack-bundle-analyzer's changelog. 3.8.0 Improvement Added support for exports.modules when...

dependencies

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...

I think there is a file missing: `engines/tbats.py`. When I try to run the docker I get: ``` ModuleNotFoundError: No module named 'engines.tbats' ``` The other modules import successfully.

remove pycache folder from git cache, this will not create confict to merge in future

Try new ways to improve the best Holt winters parameters: - seasonal_periods - trend - seasonal

enhancement