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: 
dvankempen
Product and Topic Expert
Product and Topic Expert








 

With this blog series we provide an update with the latest information on getting started with SAP HANA Cloud on the SAP Cloud Platform.

  1. About SAP HANA Cloud

  2. SAP HANA Cloud Getting Started

  3. SAP HANA Cloud and SAP Business Application Studio

  4. HDI with SAP HANA Cloud

  5. SAP Analysis for Microsoft Office and SAP HANA Cloud

  6. Cloud Foundry Advanced

  7. SAP HANA Cloud and SAP BTP Trust

  8. Data masking and data anonymization

  9. Predictive Analysis Library (PAL) and Automated Predictive Library (APL) <=

  10. Remote data sources and virtual tables

  11. OData with SAP HANA Cloud

  12. SAP HANA Cloud Graph

  13. Role Attributes

  14. SAP HANA Cloud and Smart Data Integration


For more information about the free trial, see

For the new features overview posts, see

Questions? Post as comment.

Useful? Give us a like and share on social media.

Thanks!



Using the Machine Learning Libraries in SAP HANA Cloud


Chief partner engineer, philip.mugglestone just updated his SAP HANA Cloud playlist on the SAP HANA Academy YouTube channel with a new video covering the machine learning libraries native to SAP HANA Cloud

  • PAL  - Predictive Analysis Library

  • APL - Automated Predictive Library


In this blog, you will find the video embedded with some additional information and resources.

You can watch the video tutorial in just under 12 minutes. What you get back is

  • Understand the prerequisites

  • Getting started with PAL

  • Getting started with APL


For those less familiar with the machine learning libraries: PAL is a native (built-in) application function library (AFL) for SAP HANA. APL bundles the algorithms of SAP Predictive Analytics which goes back to KXEN InfiniteInsight, acquired by SAP in 2013. Both AFLs can be used for linear regression and other common algorithms.

To continue your machine learning journey on SAP HANA Cloud, the following blog post is highly recommended:

Prerequisites


As with the SAP HANA platform edition (on-premises), we need to enable the script server process. Currently, this currently requires a service request on component HAN-CLS-HC (as documented). In addition, we need to create an SAP HANA Cloud instance with a minimum of 3 vCPUs. Scaling an existing SAP HANA Cloud instance up from 2 to 3 vCPUs currently also requires a service request and this can be combined.

The SAP HANA Cloud trial instance is fixed a 2 vCPUs and does not support AFLs (time of writing).

YouTube Playlist


For the complete list of tutorial videos for this playlist, see,

GitHub Code Repository


For the sample code repository, go to

Documentation





Machine Learning - PAL & APL


In this tutorial, we get a brief overview about how to enable the application function libraries for SAP HANA cloud with a code walkthrough for both PAL and APL with references to the documentation.

https://youtu.be/YSLpXlydM7U?list=PLkzo92owKnVzONfsNdQNmpPQvUT54UUAL

[00:00] - Introduction and documentation

[00:30] - prerequisites: configure at least 3 vCPUs and enable script server

[01:45] - sample code ML_setup.sql

[02:00] - Setup preparations using Database Explorer
grant AFL__SYS_AFL_AFLPAL_EXECUTE to MYUSER;
grant "sap.pa.apl.base.roles::APL_EXECUTE" to MYUSER;

[04:15] - sample code ML_PAL.sql

[05:00] - create view, parameter tables, call a PAL function, working with results.

[07:00] - SAP HANA Cloud Predictive Analysis Library (PAL) reference guide

[07:20] - SAP HANA Academy - Predictive Analysis Library

[07:45] - APL Developer Guide

[08:00] - sample code ML_APL.sql



Share and Connect 


Questions? Post as comment.

Useful? Give us a like and share on social media. Thanks!

If you would like to receive updates, connect with me on

For the author page of SAP Press, visit

For the SAP HANA Cloud e-bite, see

12 Comments