From fafc886f34f02ea3db05d721d0516c65b132a73d Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Tue, 30 Jun 2020 09:40:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)