-
Hi
I managed to create model, but not able to run `train` or `predict`
It shows me (executed as root):
```
loudml train --from "now-4d" --to "now" log_model
ERROR:root:%s (type = '%s')
```…
-
Hello,
Trying & testing loudml.
Unfortunately, I got following error when training my model:
```
$> loudml train loudml-timeseries-model --from "now-3d" --to "now-2d"
/usr/lib/python3/dist-pac…
gbour updated
6 years ago
-
### Directions
_GitHub Issues are reserved for actionable bug reports and feature requests._
_General questions should be sent to the [InfluxDB Community Site](https://community.influxdata.com)._
…
-
one easy to fix :) the link from the website to github (bottom of the page) points to https://github.com/regel/loudml-docs which gives a 404
-
Hi,
Trying to test loudml on earthquake dataset on ElasticSearch (https://github.com/elastic/examples/tree/master/Exploring%20Public%20Datasets/earthquakes)
I installed loudml on CentOS 7 using …
-
I followed the guide here using Influxdb 1.5 and loudml 1.2.1: https://medium.com/swlh/easy-machine-learning-tricks-for-linux-developers-in-2018-f697d153d904
I created the model based on:
```
-…
-
Any idea, why I get the following error using the latest 1.2.1 version:
loudml create-model model.yml
Traceback (most recent call last):
File "/usr/bin/loudml", line 11, in
load_entry_poin…
-
Hi Sebastien,
Following the setup instructions, the DEB package repository location seems to be non existing:
```
http://loudml.s3-website-eu-west-1.amazonaws.com/repo/deb/pool/main/l/loudml/lo…
-
The loudml CLI for delete-model does return 0 and does not complain when requested to delete inexistent model.
regel updated
6 years ago
-
Hi
I'm trying to install loudml on my server by following manual installation steps, and got some strange errors:
My server:
Ubuntu 16.04.3 LTS
Python 3.5.2
**auto installation is failing to…