amper43
75e8081182
Revert "Merge branch 'concatinate-chunks-for-anomaly-detector-#614'"
...
This reverts commit c6eb1bd4d2
, reversing
changes made to 74d45bf4f4
.
6 years ago
Alexandr Velikiy
74d45bf4f4
Segment intersection in anomaly detector #615 ( #616 )
6 years ago
rozetko
616bc46123
Detect thresholds on the whole dataset #505 ( #625 )
6 years ago
amper43
16b85632c5
fix
6 years ago
amper43
575b637325
new line
6 years ago
amper43
25c794e6b4
add last value for smoothing
6 years ago
Alexandr Velikiy
d58f08c42d
Smoothing for anomaly detector #607 ( #608 )
6 years ago
Alexey Velikiy
dee1edc966
Analytic types upgrade ( #600 )
...
* move DataBucket from __init__
* python3 fixes for DataBucket & rm class field
6 years ago
Alexandr Velikiy
20d1a974bb
Use ModelState classes in models #582 ( #586 )
6 years ago
Alexey Velikiy
194a8b9de6
Analytic types ( #573 )
6 years ago
Evgeny Smyshlyaev
fb2f350e95
Dataframe for detection less than two window size ( #532 )
...
2*WINDOW_SIZE checks
6 years ago
Evgeny Smyshlyaev
21f39f2a60
Send data to detection in chunks #489 ( #503 )
...
* Add `get_data_chunks` generator to `utils/dataframe.py`
* Add chunks generator usage to `analytic_worker.py`
* Add tests to `tests/test_detector_chunks.py`
* Minor fixes (constants, etc)
6 years ago
amper43
a1957005df
Revert "fix"
...
This reverts commit c0a0ee5f12
.
6 years ago
amper43
c0a0ee5f12
fix
6 years ago
Evgeny Smyshlyaev
d1f8b80c9e
Send data to detection in chunks #489 ( #496 )
6 years ago
Alexandr Velikiy
e0cc56d425
Not-ending learning #264 ( #484 )
...
- optimize general model
- add logs
6 years ago
Evgeny Smyshlyaev
70953bcc9d
fix ( #487 )
...
FIxed error: threshold comparsion between str and float #486
6 years ago
Alexandr Velikiy
4c2efac97e
Keyerror pattern model #471 ( #476 )
6 years ago
Evgeny Smyshlyaev
86c4433b65
Analytic bucket size #446 ( #451 )
6 years ago
Evgeny Smyshlyaev
05390790b6
More info in webhooks #382 && Webhook when datasource unavailable #441 ( #436 )
6 years ago
rozetko
aa943595fc
Wrong time in threshold segments #403 ( #405 )
...
* Add convert_pd_timestamp_to_ms function to utils
* Use datapoint time in segment if it is available
6 years ago
Evgeny Smyshlyaev
13937e537e
Fix wait for full bucket ( #402 )
...
Fix wait for full bucket for pattern detector (#402 )
6 years ago
rozetko
390fa4c037
No data threshold #370 ( #396 )
...
"No data" threshold support
6 years ago
Evgeny Smyshlyaev
08513b8155
Missing segments in result #392 ( #393 )
6 years ago
Evgeny Smyshlyaev
fc0935c0cb
Threshold value is not saving #368 ( #369 )
...
fix threshold model
6 years ago
Evgeny Smyshlyaev
7731007b69
Segments from data puller not in db #350 ( #351 )
...
* improve logging
* set constant window size
* fix
* improve logging, save detected segments from push\pull process
* fix
* fix
* fix according review
* save segemnts, improve bucket managing in analytics
6 years ago
Evgeny Smyshlyaev
6bf1114b7b
Detection return empty result #347 ( #348 )
...
* set constant window size
* improve logging, save detected segments from push\pull process
6 years ago
rozetko
9b6f5482bc
Fix webhooks ( #341 )
6 years ago
rozetko
d300362b49
Fix threshold detector ( #331 )
6 years ago
rozetko
68f47f78f7
Threshold detector #324 ( #330 )
6 years ago
Coin de Gamma
d49e818796
ModelCache
6 years ago
Coin de Gamma
d0616844b9
Update pattern_detector.py
6 years ago
rozetko
8314555a50
Convert lastDetectionTime from ns to ms ( #305 )
6 years ago
rozetko
77fbde6fa3
Error: detect missing cache #299 ( #302 )
...
* Pass cache to detect
* rename AnalyticUnitCache to ModelCache
* Send .data from cache
* Drop nans from bucket && set window size from cache && check cache None
* Read proper payload on DETECT message
6 years ago
Evgeny Smyshlyaev
ec3a3a093a
Analytic unit worker bucket #273 ( #297 )
6 years ago
Evgeny Smyshlyaev
c02be4cbfc
Rename predict to detect #279 ( #284 )
...
* dummy rename
* fixes
* renaming in analytics
6 years ago
Coin de Gamma
be85742dee
fx typo in detector.py
6 years ago
Alexey Velikiy
7ec2616cb4
Workers for analyticunits #203 ( #265 )
...
* rm async from analytic_unit_worker + some refactorings in maager
* AnalyticUnitManager
* workers for analytic units
6 years ago
Alexey Velikiy
005097dde0
Analytics project structure improvement #215 ( #228 )
...
* bin & analytics folders
* sys path & config relocation
* fix analytics path in node
6 years ago