sap-hana-ml

Build machine learning solutions in SAP HANA using the hana-ml library.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/dherbe-digital/nova-skills-collection --skill sap-hana-ml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-hana-ml
Source: https://github.com/dherbe-digital/nova-skills-collection/tree/main/plugins/sap/analytics-data/sap-hana-ml/skills/sap-hana-ml
Command: npx skills add https://github.com/dherbe-digital/nova-skills-collection --skill sap-hana-ml

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables building machine learning solutions directly inside SAP HANA using the hana-ml library, enabling in-database computation with PAL and APL, DataFrame workflows, AutoML, and integrated visualization.

Core Features & Use Cases

  • In-database ML with SAP HANA via PAL and APL algorithms
  • DataFrame-style operations and model persistence
  • AutoML workflows and visualizations for model interpretation
  • Real-world use cases include predictive analytics, real-time scoring, and data exploration within SAP HANA

Quick Start

  • Install the hana-ml package: pip install hana-ml
  • Connect to SAP HANA using ConnectionContext
  • Train a model with PAL or APL and run predictions

Frequently Asked Questions about sap-hana-ml

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build machine learning models directly inside SAP HANA?

Build machine learning models directly inside SAP HANA by using the hana-ml library to apply PAL and APL algorithms for in-database predictive analytics and real-time scoring without moving data.

What is the difference between PAL and APL for in-database ML?

PAL and APL are algorithm libraries within the hana-ml package for in-database ML, where PAL provides foundational machine learning algorithms and APL offers automated predictive capabilities to streamline SAP HANA modeling workflows.

Can I run AutoML workflows on SAP HANA data?

Yes, you can run AutoML workflows on SAP HANA data using the hana-ml library to automate algorithm selection and parameter tuning, enabling efficient model development with integrated visualization for interpretation directly within the database.

Do I need a specific database connection to use the hana-ml package?

Yes, using the hana-ml package requires an active SAP HANA connection established via ConnectionContext to execute DataFrame operations, train models with PAL or APL, and perform in-database scoring.

How do I persist and visualize machine learning models in SAP HANA?

You can persist and visualize machine learning models in SAP HANA using the hana-ml library, which supports model persistence to save trained states and provides integrated visualization tools to interpret results and DataFrame workflows.