Skip to content

Instantly share code, notes, and snippets.

@ZbyszekMM
ZbyszekMM / dispute-risk-credit-card.pmml
Created June 15, 2022 07:43
ML model used in Nussknacker ML scenario in the demo.nussknacker.io site
<?xml version="1.0" encoding="UTF-8"?>
<!--https://access.redhat.com/documentation/en-us/red_hat_process_automation_manager/7.9/html/developing_decision_services_in_red_hat_process_automation_manager/ai-credit-card-con_artificial-intelligence-->
<PMML xmlns="http://www.dmg.org/PMML-4_2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.2" xsi:schemaLocation="http://www.dmg.org/PMML-4_2 http://www.dmg.org/v4-2-1/pmml-4-2.xsd">
<Header copyright="Copyright (c) 2018 Software AG" description="Default Description">
<Application name="Nyoka" version="4.3.0" />
<Timestamp>2020-10-09 14:27:26.622723</Timestamp>
</Header>
<DataDictionary numberOfFields="3">
<DataField name="debt_amount" optype="continuous" dataType="double" />
<DataField name="account_balance" optype="continuous" dataType="double" />