Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
abdel_dadouche
Active Contributor

This was probably already addressed by another blog post but I couldn't find it unfortunately, so if you find it’s a duplicate, I’ll withdraw mine.

One of my colleague at SAP asked me this question and I kind of found out that the answer was not so obvious if you haven't played with the new “Auto” algorithm feature for long.

Also I think this could apply to any HANA online scenarios.

So, usually when you use the “Expert Analytic” (former Predictive Analysis), with text files, you were able to add your initial data set, create an “Auto-Classification”, save the model and then add a new data set and finally apply the saved model.

But when working with HANA online, “Expert Analytic” allows you to only work with one data set. In other words, you cannot add a new data set in the “Prepare” room.

So how do I apply a model I build with my training data on a new data set?

The answer is not far from what the “Automated Analytic” module is doing when using it in a production environment. You will first need to export the model, then apply it to your new dataset.

Next question is how do I export my model?

But let's start from the beginning, after launching the Expert Analytic, create a new “Document” and select "Connect to SAP HANA One"

Next is to enter your HANA connection details then hit “Connect”:

Then, select your dataset

The dataset will be analyzed, and the column names and type will be retrieved.


Now you can select the “Predict” room, add your “HANA Auto-Classification” algorithm, configure it, then you can run it ,

Once the run phase is completed, you can then right-click on the “HANA Auto-Classification” node and use the “Save as Model” item.


Once saved, the model will appear on the right side bar under “Models”. Select the saved model, then click on “Export Model”

From the following popup, use the “.spar” file format.

Save it on your desktop for example.

Now, your model has been exported, so we now have to create a new “Document” and select "Connect to SAP HANA One", select your the dataset to be scored. Then, on the right side bar, you can click on the “+” sign, and use the “Import Model” item.

Select the “spar” file previously created

Select the model to import from the list

You will now be able to use it in the "Predict" room to score your new dataset.

Hope this save you some time.

This article was built using SAP Predictive Analytics 2.1 using a HANA instance where the Automated Predictive Analytics (APL) was previously setup.

Any comments, feedback or opinions are very welcome!