Alexandr Velikiy
fa9673e347
"Error: Need at least 1 labeled segment" when labeling only negative segment #790 ( #791 )
5 years ago
Evgeny Smyshlyaev
c8f4340f7c
Error: skip detection: data length less than window_size ( #723 )
...
* fix
* fix
* fix
* Update server/src/controllers/analytics_controller.ts
* fix
* fix
* fix according review
* Update server/spec/analytic_controller.jest.ts
Co-Authored-By: Alexey Velikiy <av@corpglory.com>
* fix
* Update analytics/analytics/detectors/pattern_detector.py
Co-Authored-By: Alexey Velikiy <av@corpglory.com>
5 years ago
Evgeny Smyshlyaev
801f5b1c57
Change mutable default values to none #638 ( #682 )
...
* add types, remove mutables from defaults
* fix debug logging
6 years ago
Alexandr Velikiy
ae06749b8d
Refactoring of Peak and Trough models #424 ( #680 )
6 years ago
Alexandr Velikiy
6b398d6ee9
Segment class #636 ( #637 )
6 years ago
Evgeny Smyshlyaev
d1cb6f0406
Make class for detection result ( #634 )
6 years ago
Alexandr Velikiy
20d1a974bb
Use ModelState classes in models #582 ( #586 )
6 years ago
Alexey Velikiy
30108ae643
jsonclass usage in models + fixes in meta ( #583 )
...
* jsonclass usage in models + fixes in meta
* remove some empty lines
6 years ago
Alexandr Velikiy
7f15bf3996
Add ModelState children classes #576 ( #579 )
6 years ago
Alexandr Velikiy
6a690c09f0
Add base class for models state #574 ( #575 )
6 years ago
Alexey Velikiy
194a8b9de6
Analytic types ( #573 )
6 years ago
Evgeny Smyshlyaev
c5e24b5739
fix segment_map -> segment ( #556 )
6 years ago
Evgeny Smyshlyaev
14f616eb15
Error: index out of bounds ( #538 )
6 years ago
Alexandr Velikiy
a9971d64d0
ValueError attempt to get argmin of an empty sequence #518 ( #537 )
6 years ago
Alexandr Velikiy
0f1d7774fe
Find start and end of peaks and troughs #506 ( #507 )
6 years ago
Alexandr Velikiy
e0cc56d425
Not-ending learning #264 ( #484 )
...
- optimize general model
- add logs
6 years ago
Alexandr Velikiy
4c2efac97e
Keyerror pattern model #471 ( #476 )
6 years ago
Alexandr Velikiy
3493e91235
Add correlation in general model #437 ( #440 )
6 years ago
Alexandr Velikiy
81c3d79238
Change the pattern filtering logic #366 ( #423 )
6 years ago
Alexandr Velikiy
22fe2cf6b7
Drops pattern ValueError: All elements of patterns_list should have same length #414 ( #418 )
6 years ago
Alexandr Velikiy
13305336b7
Change the pattern filtering logic #366 ( #422 )
6 years ago
Alexandr Velikiy
7ab0db6ba9
Update state during learning #406 ( #408 )
6 years ago
Alexandr Velikiy
6d5ec2b6fe
Webhooks don't find any patterns #401 ( #404 )
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
Alexandr Velikiy
775c663de5
KeyError 45058 #389 ( #397 )
...
* fix general
* test
* minor fix
* fix test
* minor fix
6 years ago
Alexandr Velikiy
7c52f4966d
Error: max() arg is an empty sequence #352 ( #394 )
...
fix Error: max() arg is an empty sequence #352
6 years ago
Alexandr Velikiy
963eaa6276
Remove duplicate code from models #390 ( #391 )
...
just refactoring
6 years ago
Alexandr Velikiy
6e7073b212
Increase the number of parameters obtained during learning #364 ( #383 )
...
Increase the number of parameters obtained during learning #364
6 years ago
Evgeny Smyshlyaev
d399d0b84a
Remove duplicates from models #357 ( #363 )
...
refactoring
6 years ago
Alexandr Velikiy
99c9431f5d
IndexError: list index out of range if segment has NaN #242 ( #349 )
...
add threshold in model
6 years ago
Alexandr Velikiy
5ab3ff64dd
Move data cropping to the models #335 ( #336 )
6 years ago
Alexandr Velikiy
5edc0b1977
Error name parse segment is not defined #315 ( #322 )
...
Fixed: Error name parse segment is not defined #315
6 years ago
Alexandr Velikiy
acc5ea1a80
Analytics testing #210 ( #319 )
...
fixes basic python tests
6 years ago
Alexandr Velikiy
0689fe6384
WIP:Clean up utils #282 ( #293 )
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
c02be4cbfc
Rename predict to detect #279 ( #284 )
...
* dummy rename
* fixes
* renaming in analytics
6 years ago
Coin de Gamma
b65f1a552c
trim trailing whitespaces
6 years ago
Alexandr Velikiy
d389cf3adb
Move repeating code from models to utils #270 ( #272 )
...
peak / trough / jump / drop / general common code to and utils refactoring
6 years ago
Alexandr Velikiy
7ad0e5360f
Incorrect work of analytics with nan filled dataset #247 ( #248 )
6 years ago
rozetko
9986642659
Fix #231 : .count(np.NaN) -> .isnull().sum()
6 years ago
Alexandr Velikiy
8614499c20
Proccesing for NaN values #231 ( #236 )
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