(DI-2011) Prediction Setup

How to enable prediction

Some Datavard 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 the 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. This availability is determined by the presence of valid OpenCPU server URL in Datavard Reuse Library settings on the central system. To change the URL to OpenCPU server, you should execute the program "/DVD/RL_R_SETTINGS". Setting "OpenCPU server URI" can be changed by clicking on "Edit" button. 


Specified value should look like: http://192.168.48.205:8886
You should test the accessibility and presence of required R library packages by testing OpenCPU server URL concatenated with "/ocpu/library/" path using standard report "RSWF_TEST_HTTP". HTTP test should end with status_code 200 and required library packages should be present in returned list.