Using PMML Models with InterSystems Products

Integrates and executes PMML models for prediction within IRIS.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sorodriguezz/skills-objectscript --skill using-pmml-models-with-intersystems-products
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Using PMML Models with InterSystems Products
Source: https://github.com/sorodriguezz/skills-objectscript/tree/main/skills/using-pmml-models-with-products
Command: npx skills add https://github.com/sorodriguezz/skills-objectscript --skill using-pmml-models-with-intersystems-products

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the seamless integration and execution of Predictive Model Markup Language (PMML) models within the InterSystems IRIS data platform, bridging the gap between data science and production environments.

Core Features & Use Cases

  • PMML Model Execution: Supports various PMML model types (Naive Bayes, Regression, Tree, SVM, etc.) for scoring and prediction.
  • Programmatic & UI Access: Offers both a Management Portal interface and a programmatic API for model interaction.
  • Use Case: Deploy a PMML model trained on customer data to predict churn probability for new customers directly within your InterSystems IRIS application.

Quick Start

Use the InterSystems IRIS PMML Model Tester to load and execute a PMML model against sample data.

Frequently Asked Questions about Using PMML Models with InterSystems Products

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

FAQPage Schema
How do I execute PMML models in InterSystems IRIS?

You can execute PMML models in InterSystems IRIS by loading the model file and interacting with it via the Management Portal interface or a programmatic API to run predictions and scoring.

What types of predictive models does InterSystems IRIS support via PMML?

InterSystems IRIS supports PMML versions 4.1 through 4.4.1, enabling execution of predictive models including Naive Bayes, Regression, Tree, SVM, Clustering, RuleSet, and Neural Networks.

Can I deploy machine learning models into production using InterSystems IRIS?

Yes, integrating PMML models into InterSystems IRIS bridges data science and production environments, allowing you to deploy trained models directly into production workflows for predictive analytics.

Does InterSystems IRIS support programmatic access for PMML scoring?

Yes, InterSystems IRIS provides a programmatic API for PMML model interaction, enabling you to automate predictive scoring and integrate predictions seamlessly within your applications.

What is the best way to test a PMML model against sample data in IRIS?

The best way to test a PMML model against sample data is using the InterSystems IRIS PMML Model Tester, which allows you to quickly load and execute models to verify scoring outputs.

Why use PMML for predictive analytics in an InterSystems environment?

Using PMML for predictive analytics in InterSystems IRIS eliminates the gap between model training and deployment, allowing direct in-database execution of data science models without external scoring services.