diff --git a/README.md b/README.md index ccf86fe..1bea6a8 100755 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ Python service which gets tasks from [hastic-server-node](https://github.com/hastic/hastic-server/tree/master/server) like -* trains statistical models +* train statistical models * detect patterns in time series data +See more + ## Arhitecture 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)