cancel
Showing results for 
Search instead for 
Did you mean: 

Data transfer fom HANA to the Predictive Analytics Server when using Predictive Factory.

dbertsche
Participant
0 Kudos

My supervisor is concerned about the details of data transfer when using Predictive Factory with HANA and a Predictive Analytics Server. We plan to use models and data that are stored on HANA and schedule model application runs using Predictive Factory, the output will be stored back on HANA. Does the model and data transfer from HANA to the Predictive Analytics Server? If not, then why is the Predictive Analytics Server necessary? Thanks, David

Accepted Solutions (1)

Accepted Solutions (1)

achab
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello David, we have two modes. In the first mode the model processing (training) is delegated to SAP HANA. This requires APL installation on the HANA system and making sure to check the APL delegation checkbox in Factory. One also needs to verify our PAM document to make sure all versions are correctly aligned. The second mode is non-delegated. Then data (actually mostly metadata) is transferred from the SAP HANA server to the PA server for processing. Something important to note is that the PA server is not storing data, it's processing them on the fly when training the predictive models. I hope this clarifies. The reference to the PAM is here: https://support.sap.com/content/dam/launchpad/en_us/pam/pam-essentials/PAM_Predictive_Analytics.pdf. Thanks and kind regards Antoine

Answers (3)

Answers (3)

achab
Product and Topic Expert
Product and Topic Expert
0 Kudos
achab
Product and Topic Expert
Product and Topic Expert
0 Kudos

What kind of models are you planning to create? In the case of classification / regression models we have a so-called IDBA (in-database apply) feature that's super convenient. It means the data application process happens in-database with no data transfer. That's much more efficient compared to extracting to the data and scoring them one by one.

This also needs to be enabled by the administrator from Factory one, there is a specific help section that details the prerequisites.

Kind regards,

Antoine

dbertsche
Participant
0 Kudos

We are planning to use regression models, the IDBA sounds great then, so I'll try to set that up. Thanks for the links, I had read the "Survival Guide" but not the PAM guide before. Best regards, David

achab
Product and Topic Expert
Product and Topic Expert
0 Kudos
dbertsche
Participant
0 Kudos

Hi Antoine, Thanks for your fast reply -- what about when applying models? (after already training them). How much of the data is transferred from HANA to the PA Server in this case? Cheers, David