Skip to Content
0
Apr 14, 2018 at 03:58 AM

Using the Predictive Service (Forecast) in the SAP Cloud Platform on a subset of data

194 Views

We are trying to use the Predictive Service (Forecast) in the SAP Cloud Platform. We have a table with the fields,

a. Segment ID

b. Date

c. Amount

We want to predict the next 6 values (Amount) for a particular segment ID only and not for the entire table. However, we could not find anyway to register a dataset (from a table) with a filter criteria. Neither did we find a way to use the Forecast api on a subset of the data.

How can we do this? All tutorials use the entire table to forecast data. It seems to be a basic functionality which should be available from the beginning.