ProcessMIX Guide
  • Platform Overview
    • Introduction
    • Platform Purpose
    • Main Concepts
      • Organization Structure
      • Visual Language
      • Project Development Environment (IDE)
      • Deployment and Integration
      • Administration and Troubleshooting
    • First Steps
    • Change Log
      • 5.0.0
      • 5.0.5
      • 5.0.5.1
      • 5.0.5.2
      • 5.0.5.3
      • 5.0.5.4
  • Language Reference Guide
    • Overview
    • Data Structures and Types
      • Core Types (pdk.core)
      • Dictionary (pdk.asset.dictionary)
      • Scorecard (pdk.asset.scorecard)
      • Blockchain (pdk.blockchain)
      • Exceptions (pdk.ex)
      • Input/Output (pdk.io)
      • JSON Web Token (pdk.jwt)
      • Networking (pdk.net)
      • HTTP (pdk.net.http)
      • SOAP/Web Services (pdk.net.soap)
      • XML/DOM (pdk.net.xml)
      • S3 (pdk.s3)
      • SQL (pdk.sql)
      • Postgres (pdk.db.postgre)
      • Util (pdk.util)
      • Default Data Structure Field Values
    • Flows
      • Variables
        • Local Flow Variables
        • Node Variables
      • Flow Node Types
        • Core Nodes
          • In
          • Out
          • Assign
          • If
          • Switch
          • Iterator
          • Function Call
          • Subflow
          • Raise Exception
          • Exception Handler
          • Validator
        • Connector Nodes
          • Database Begin Transaction
          • Database Commit Transaction
          • Database Rollback Transaction
          • Database Query Executor
          • EVM Blockchain Functions
          • EVM Blockchain Smart Contract Functions
          • REST Service Executor
          • SOAP Service Executor
          • S3 Connector
          • SMB Connector
      • Expressions
      • Built-In Functions
        • Expression functions
          • pdk.util.Any
          • pdk.util.Array
          • pdk.util.Blockchain
          • pdk.util.Cast
          • pdk.util.Codec
          • pdk.util.Crypto
          • pdk.util.Date
          • pdk.util.File
          • pdk.util.Json
          • pdk.util.JWT
          • pdk.util.Map
          • pdk.util.Math
          • pdk.util.String
          • pdk.util.Util
        • Node functions
          • pdk.flow.Any
          • pdk.flow.Array
          • pdk.flow.File
          • pdk.flow.JsonArray
          • pdk.flow.JsonObject
          • pdk.flow.HttpRequest
          • pdk.flow.HttpResponse
          • pdk.flow.Logger
          • pdk.flow.Map
          • pdk.flow.Xml
            • pdk.flow.xml.XmlAttr
            • pdk.flow.xml.XmlElement
            • pdk.flow.xml.XmlNode
            • pdk.flow.xml.XmlDocument
            • pdk.flow.xml.XmlDocumentType
            • pdk.flow.xml.XmlDOMConfiguration
            • pdk.flow.xml.XmlDOMImplementation
            • pdk.flow.xml.XmlProcessingInstruction
            • pdk.flow.xml.XmlTypeInfo
            • pdk.flow.xml.XmlCharacterData
            • pdk.flow.xml.XmlText
            • pdk.flow.xml.XmlNamedNodeMap
          • pdk.node.BlockchainEth
          • pdk.node.S3
          • pdk.node.Smb
      • Exceptions
        • Checked Exceptions
        • Runtime Exceptions
    • Assets
      • Dictionary
      • Decision Table
      • Scorecard
      • PMML
    • Connectors
      • DB Connector
        • Prepared Query
        • Dynamic Query
        • Query input parameters
        • Stored Procedure
      • REST Connector
      • SOAP Connector
      • S3 Connector
      • SMB Connector
      • EVM Blockchain Connector
    • Global Variables
    • Appendices
      • Overview of Database Transactions
      • Reserved Words
  • Project Development Environment (IDE)
    • Project Explorer Panel
    • Flow Builder
    • Flow Node Editor
    • Data Structure Builder
    • Connector Builders
      • REST Connector Builder
      • SOAP Connector Builder
      • DB (Database) Connector Builder
      • EVM Blockchain Connectors Builder
      • S3 Connector Builder
    • Asset Builders
      • Dictionary Builder
      • Decision Table Builder
      • Scorecard Builder
      • PMML Asset Builder
    • Global Variables Panel
    • Expression Editor
    • Project Deployment and Execution
    • Cron Expression Generator
    • Test Helper
    • Debugging the Project
    • DB transactions
    • Team Collaboration Tools
      • Version Control
      • Conflict Resolver
    • Selectors
    • Error Panel
    • Local History
  • Home and Administration Guide
    • Organization and Subscription
    • Organization Team
    • Repositories and Projects
    • Environments
    • Deployments
    • Database Provisioning
    • Roles and Permissions
  • Logs and Troubleshooting
    • Request/Call Logs
    • Deployment Logs
    • Application Logs
  • Appendix: Example Project
    • Risk Mitigation Solution
Powered by GitBook
On this page
  • How to work with PMMLs?
  • How to set up a PMML?
  1. Project Development Environment (IDE)
  2. Asset Builders

PMML Asset Builder

PreviousScorecard BuilderNextGlobal Variables Panel

Last updated 6 months ago

PMMLs are one of the types of assets that are available in the platform. A tool designed to execute existing models based on Predictive Model Markup Language (PMML) is an XML-based language established by the Data Mining Group (DMG), which provides a way for applications to define statistical and data mining models.

For more information about PMML, see .

Supported PMML models include versions 4.3 and lower.

To access them, go to the Explorer panel in the Assets section. It contains a tree of all Assets in the project and existing PMMLs if they already exist.

The Assets tree in the Project Explorer panel may include the following:

  • Dictionary

  • Scorecard

  • Decision table

  • PMML

Double-clicking on any PMML opens a tab with the PMML builder.

How to work with PMMLs?

In the platform, it is possible to load existing PMML models and use them in the logic.

User can upload files with .pmml extension.

Cannot use file upload and link to PMML at the same time.

The asset’s name should be longer than 1 symbol and shorter than 100. It can contain letters (Latin a-z A-Z), numbers 0-9, $, and underscores. Beginning from a letter or underscore character.

The first PMML has been created.

How to set up a PMML?

A PMML file was imported with a specific set of input and output parameters. The user is not able to edit these parameters. In the future, the input parameters will be available in the node settings to assign values to them.

In the PMML settings section, which is located on the right side of the screen, the user can see:

  • Configuration

    • Version — version of PMML model, for example 3.2, not editable.

    • Model type — type of PMML model, for example, ClusteringModel, not editable.

    • Description — description of PMML model, this field is editable.

  • Input parameters — input parameters of model, not editable.

  • Output parameters — output parameters of model, not editable.

Also, the user can view the structure of input or output parameters in a separate tab. To do this, click on the icon to the right of the name of the structure.

To add a Description to the PMML. Click on the description section and enter the information.

Preservation occurs when starting/switching work with another entity or closing a tab.

To create a new PMML, select the Assets icon on the Project Explorer panel — left end panel. Now create a PMML by clicking on the Add icon on the Explorer panel and selecting New PMML from the menu.

To create an asset in a folder, you need to select the desired folder and after that click on the Add icon. In the Create a new PMML pop-up window, enter the PMML name and upload the PMML file, or enter the URL to it and click the CREATE button.

Data Mining Group – PMML version 4.2.1