Alexandr Velikiy
|
0f1d7774fe
|
Find start and end of peaks and troughs #506 (#507)
|
6 years ago |
Evgeny Smyshlyaev
|
fb04ba1565
|
Increase chunks' intersection (#513)
|
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 |
Alexey Velikiy
|
70e243f326
|
async iter server_service (#492)
|
6 years ago |
Coin de Gamma
|
821014211f
|
Change constant executors number to None #490
|
6 years ago |
Coin de Gamma
|
471c80fe0a
|
optional type in do_train
|
6 years ago |
Coin de Gamma
|
4dd870ce2b
|
asyncio.wait_for training_future
|
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 |
rozetko
|
9e66e8b035
|
Timeout for learning #481 (#485)
|
6 years ago |
Alexandr Velikiy
|
4c2efac97e
|
Keyerror pattern model #471 (#476)
|
6 years ago |
Coin de Gamma
|
4d2ca2bb0b
|
loop.set_debug(True)
|
6 years ago |
Coin de Gamma
|
30412d5d38
|
back WORKERS_EXECUTORS = 20 in analytic_unit_manager.py
|
6 years ago |
Coin de Gamma
|
a3f4aeff35
|
@staticmethod to ServerMessage.fromJSON
|
6 years ago |
Coin de Gamma
|
8e086f0473
|
add difinition to prepare_data
|
6 years ago |
rozetko
|
9637bfa0b5
|
Fix generation tool to use differents ids
|
6 years ago |
rozetko
|
5e01f3d736
|
Tool for analytic units creation (#466)
|
6 years ago |
Evgeny Smyshlyaev
|
98e26ece50
|
Revert "Futures for detect and recieve #264 (#433)" (#464)
|
6 years ago |
Alexandr Velikiy
|
270fe53585
|
Test models with random values #459 (#460)
|
6 years ago |
rozetko
|
6e19a1ff11
|
Add debug output (analytics task)
|
6 years ago |
Evgeny Smyshlyaev
|
86c4433b65
|
Analytic bucket size #446 (#451)
|
6 years ago |
Alexandr Velikiy
|
1bd4fb87f9
|
TypeError: ufunc 'isnan' not supported for the input types #447 (#448)
|
6 years ago |
Alexandr Velikiy
|
3493e91235
|
Add correlation in general model #437 (#440)
|
6 years ago |
Evgeny Smyshlyaev
|
05390790b6
|
More info in webhooks #382 && Webhook when datasource unavailable #441 (#436)
|
6 years ago |
Alexandr Velikiy
|
87187dccd0
|
ValueError: operands could not be broadcast together with shapes #425 (#427)
|
6 years ago |
Evgeny Smyshlyaev
|
006adbfeb3
|
Futures for detect and recieve #264 (#433)
|
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 |
Evgeny Smyshlyaev
|
13937e537e
|
Fix wait for full bucket (#402)
Fix wait for full bucket for pattern detector (#402)
|
6 years ago |
Coin de Gamma
|
8eb25f599f
|
fx indent in .vscode/launch.json
|
6 years ago |
rozetko
|
d9b2e95d91
|
Can't see analytics' stderr in docker logs #399 (#400)
|
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 |
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 |
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
|
3c0d87e0cc
|
Nonetype object has no attribute update #375 (#374)
|
6 years ago |
Evgeny Smyshlyaev
|
fc0935c0cb
|
Threshold value is not saving #368 (#369)
fix threshold model
|
6 years ago |
Evgeny Smyshlyaev
|
d399d0b84a
|
Remove duplicates from models #357 (#363)
refactoring
|
6 years ago |
rozetko
|
5ccb2c3fed
|
Analytics building script #229 (#358)
|
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 |
rozetko
|
8d98007fec
|
Log all analytics errors #353 (#356)
* Return error when analytics is not ready
* Log handle_analytic_task exception
* Return error on detection failure
|
6 years ago |