Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Some Insights analyses support prediction of future values. Prediction of values can be time consuming task that is always executed in background directly on the system. DataVard Insights solution currently supports prediction calculation using R language via OpenCPU server HTTP API (https://www.opencpu.org/).
OpenCPU server can be installed on premise or can be accessed externally if security restrictions allow that. To install OpenCPU server please refer to OpenCPU installation guide. Recommended version of OpenCPU server should be always used.

Required R library packages

Insights solution uses custom prediction R script to predict time series data. For correct execution of script following R library packages must be available on OpenCPU server:

  • datasets
  • forecast
  • graphics
  • grDevices
  • methods
  • Rserve
  • stats
  • timeDate
  • utils
  • zoo

Turning prediction ON

Insights analyses use prediction functionality automatically when available. The availability is determined by presence of valid OpenCPU server URL in DataVard Reuse Library settings on central system. To change the URL to OpenCPU server user should execute program "/DVD/RL_R_SETTINGS". Setting "OpenCPU server URI" can be changed by clicking on "Edit" button. 

...