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.