An open API service indexing awesome lists of open source software.

https://github.com/lmangani/tenseries

Tensorflow JS LSTM predictions against Prometheus metrics
https://github.com/lmangani/tenseries

machine-learning predictions prometheus tensorflow tensorflow-js tfjs timeseries timeseries-forecasting

Last synced: 2 months ago
JSON representation

Tensorflow JS LSTM predictions against Prometheus metrics

Awesome Lists containing this project

README

          

# tenSeries
Tensorflow LSTM predictions against Prometheus metrics

### Installation
```
npm install
```
#### Example
In our default example metrics are exposed on endpoint `/metrics` and port `3000` using the Prometheus server in ENV `PROM`
```
PROM=prometheus.server:9090 npm run server
```

#### Test
```
npm test
```

### TODO
* model training API
* additional data query backends
* save/restore functions
-------------

### Status
Nothing to see here yet.

#### Credits
Contains JS elements from [predictatron](https://github.com/limscoder/predictatron)