Skip to main content
14-Alexandrite
January 14, 2019

TWX Analytics: How to Build and Operationalize a Time Series Model

  • January 14, 2019
  • 1 reply
  • 3673 views

This post covers how to build and operationalize a time series model using Thingworx Analytics. A lookback window is used to read multiple previous rows before the current one, and base the prediction on those lookback rows.

 

In this example we use time series data to predict water flow for different water pumps in a system.

 

There is a full explanation of the method attached, also all necessary resources are included in the attached files.

1 reply

Rocko
19-Tanzanite
January 24, 2019
Thanks for sharing, Tanveer. There is one mini-glitch when populating the DataTable: In the service writeScoringData it should be values.waterFlow = loadData[i][10]; //NUMBER instead of values.waterFlow = loadData[i][9]; //NUMBER