-
LoudML seems to only learn from univariate auto-correlated models, where past values of the target variable are used to predict future values of the same variable.
However I'd like to use LoudML to…
-
I plan to run loudml on a small Docker-enabled device with a Redis container already on it. Does it make sense if I try to implement a custom loudml bucket based on Redis, or does Redis lack some impo…
-
I created a model with my time series data, I trained it for a period of 6 months of data and I after that I executed eval command and save that in default bucket called "data", but when I stopped the…
-
Hello, I am having an error (invalid time delta value) while creating a baseline.
Am I doing something wrong?
![model create error](https://user-images.githubusercontent.com/62558615/88047326-c…
-
Dashboard creation failed if port is set on one side.
Check is on whole host:port assuming ports are set (or not) on both sides.
TODO: add host+port checking with default value (ex 8086 for influx…
-
I am trying to create the ML model with regard to the following steps but no luck.
select a time frame
click “Create Baseline” button, wait for ML model to be created
click “Train model” button, …
-
Hello @regel , sorry for this new issue.
I'm trying to create a model with this definition.
```
{
"bucket_interval":"1m",
"default_bucket":"output-influx1",
"features":[
{
…
-
I have installed loudml on centos8 as per the installation instructions listed in the documentation.
the process is up and running:
```
$ ps -ef | grep loudml
loudml 11312 1 0 Jun26 ? …
-
I was attempting to train my first model when I was surprised to discover that loudml was trying to create a new TSDB called `chronograf`:
```
requests.exceptions.SSLError: HTTPSConnectionPool(hos…
-
Hello,
Did anyone try to run LoudML on Jetson Nano 2GB?