Alexandr Velikiy
f158c5050b
aggr model ( #161 )
...
* aggr model
new defs for aggregate model
* Update utils
raise exception
6 years ago
rozetko
ddb485089b
Update grafana-datasource-kit dep version
6 years ago
rozetko
7ffb712561
Adjust to new queryByMetric return type ( #163 )
6 years ago
Alexey Velikiy
dffcb94489
Integrate grafana datasource kit #158 ( #159 )
...
* add grafana-datasource-kit to deps
* usage of grafana-datasource-kit
6 years ago
Coin de Gamma
4284ba65d2
Update README.md
6 years ago
Coin de Gamma
43ebdd85c9
Update README.md
6 years ago
Coin de Gamma
24af7c5e8f
Update README.md
6 years ago
Coin de Gamma
ec3656ffd5
reorder links and add faq link
6 years ago
Coin de Gamma
769d20ebd4
move changelog to wiki
6 years ago
Coin de Gamma
badbe28fd8
Update README.md
6 years ago
Coin de Gamma
b7dcac1099
consistent @types/* and deps versions
6 years ago
Coin de Gamma
d302703abd
rm basic test & text fix in config.jest
6 years ago
Alexey Velikiy
29d6c41bc5
add node env ( #155 )
6 years ago
rozetko
74ea83c0b6
Reduce amount of required labeled segments for learning #147 ( #153 )
...
* rm labeled segments amount check && change query range algorithm
* review fix
* typo fix
* minor fix
6 years ago
sanke1
b14e5a69e3
Add a note to README.md that the port should be opened in firewall #145 ( #148 )
6 years ago
rozetko
504283d918
Anti-segments #142 ( #150 )
...
Node.js part of #142
- Merge segments while inserting
- Add deleted flag to segments
6 years ago
sanke
4b3b08fb8a
Revert "Update README.md"
...
This reverts commit a48124e6eb
.
6 years ago
sanke1
a48124e6eb
Update README.md
6 years ago
rozetko
ab593ed92f
Update installation manual to actual version
6 years ago
rozetko
efcdf29a3e
Bump version to 0.2.2-alpha
6 years ago
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