You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
3
3
Python service which gets tasks from [hastic-server-node](https://github.com/hastic/hastic-server/tree/master/server) like
4
4
5
-
*trains statistical models
5
+
*train statistical models
6
6
* detect patterns in time series data
7
7
8
+
See more
9
+
8
10
## Arhitecture
9
11
10
12
Analytics gets tasks by websockets tasks asynchoriously, then launches threads in [actors with zmq messaging](https://github.com/hastic/analytics/blob/master/analytics/utils/concurrent.py)
0 commit comments