Alexandr Velikiy
12c52f5ce9
Consider segment width in models #136 ( #141 )
...
* fit -> do_fit in all models && add self.segment_length
* Move converting indices to timestamps to Model class
* add flexible win size to all models
6 years ago
sanke1
cb0140381e
use current date instead if last labeled segment + diff ( #143 )
6 years ago
sanke1
b4698c82b7
integrate jest ( #139 )
...
add basic test to see if works
6 years ago
Alexey Velikiy
edcf487479
Update custom_model.py
6 years ago
rozetko
34e4b357da
Update version
6 years ago
rozetko
d1ca327b0d
Improve all models
6 years ago
sanke1
8c80148ed3
Update README.md
6 years ago
sanke1
2286c77e99
Update README.md
6 years ago
sanke1
c4a4eaa8dd
Align logo and picture vertically
6 years ago
sanke1
cad15bf3d9
Add hastic-server logo to README ( #132 )
6 years ago
Alexandr Velikiy
65585939ae
minor drop and jump models improvements ( #131 )
6 years ago
rozetko
7a44f97aa3
Merge branch 'master' of github.com:hastic/hastic-server
6 years ago
rozetko
126eec22a5
Add empty config field check
6 years ago
rozetko
4099b2c7a9
Update release date in changelog
6 years ago
rozetko
20cbd5d9f3
Update version in readme
6 years ago
rozetko
579c929325
Update README.md
6 years ago
rozetko
34ad34eda6
Change compiled analytics path: dist/worker/worker -> dist/server/server
6 years ago
rozetko
d36d6e0b9a
Readme: Docker build -> dockerhub fetch
6 years ago
rozetko
48999a934d
Fix timestamps return in all models (convert from ns to ms)
6 years ago
rozetko
264c6cb103
Change Grafana query range from 10% of segments diff to 100%
6 years ago
rozetko
9f1b2397d0
Convert timestamps from s to ms
6 years ago
rozetko
2cd685114e
Minor fixes
6 years ago
rozetko
d0a0400fb6
Reverse peak -> trough
6 years ago
rozetko
942c4ca112
general predictor -> general model ( #130 )
6 years ago
rozetko
5f36e5fdf6
Convert cache fields in reverse peak model to float ( #128 )
6 years ago
rozetko
8bd52b64f7
Check for segment length in all models ( #127 )
6 years ago
rozetko
3e3ab64f5f
Change python version in Dockerfile (3.7 -> 3.6.6)
6 years ago
rozetko
679cb1b94a
Actualize Dockerfile
...
- set explicit python version
- rm unneeded volumes
- add /var/www/data/ volume
6 years ago
rozetko
c2c3925979
Make all models work && add reverse peak model ( #124 )
...
- Subtract min value from dataset before passing to model
- Rename StepModel -> DropModel
- Use cache to save state in all models
- Return `Segment { 'from': <timestamp>, 'to': <timestamp>}` instead of `Segment { 'from': <index>, 'to': <index>}` in all models
- Integrate new peaks model (from https://github.com/hastic/hastic-server/pull/123 )
- Integrate new reverse-peaks model (from https://github.com/hastic/hastic-server/pull/123 )
- Refactor: make `predict` method in `Model` not abstract and remove it from all children
- Refactor: add abstract `do_predict` method to models
6 years ago
rozetko
592588e12b
Hotfix: return cache from pattern_detector.train
6 years ago
rozetko
9b3a68d4cd
Make drops work ( #121 )
6 years ago
Alexey Velikiy
21ae735c54
Analytic unit cache v2 ( #122 )
6 years ago
Alexey Velikiy
955f2821e3
Analytic unit cache start #117 ( #120 )
6 years ago
Alexandr Velikiy
6f9f53cb1b
WIP: Jump and drop v1 ( #119 )
...
* new jump model with height
* antipeak
* universal n/w jumps
* jump and drop models
* rm unneeded lines and trailing spaces
6 years ago
rozetko
e884015587
Fix prediction ( #118 )
6 years ago
Coin de Gamma
f4376ccf29
analytics clearup
6 years ago
rozetko
6420f16c3d
Fix learning ( #116 )
6 years ago
Coin de Gamma
1aada3240e
analytics repair
6 years ago
Alexandr Velikiy
922f1f3d11
WIP: Jump model v8 ( #115 )
...
* new jump model with height
* antipeak
* universal n/w jumps
6 years ago
Coin de Gamma
0902209234
One panel - one worker #62
6 years ago
Coin de Gamma
7e5381f464
analytics: detector class + more types + remove Model.(save/load)
6 years ago
Coin de Gamma
018e97e132
fx data usage in general_detector
6 years ago
Coin de Gamma
7c559046c1
grafana influx quering
6 years ago
Coin de Gamma
64bbcb8065
better metrics trnslation / quering
6 years ago
Coin de Gamma
1698f4b640
improve error handling from grafana_service
6 years ago
rozetko
1299a7eb6e
Fix GET /analyticUnits/status ( #112 )
...
* redo code in getStatus method
6 years ago
rozetko
d50a9d901e
Fix node Error: TaskResut [id] has no resolver
6 years ago
rozetko
60f1306ed5
hotfix: make server.py run
6 years ago
rozetko
fb96cf45ce
Get all data from Grafana's datasource by chunks ( #111 )
6 years ago
Coin de Gamma
bd4f9e0172
remove all fs-releated and grafana logic. Use analytics_service / data_service instead
6 years ago