Skip to content

Instantly share code, notes, and snippets.

@tiagobento
Created September 23, 2021 23:14
Show Gist options
  • Save tiagobento/294c157cd8dfabb0ea7933c821c8604e to your computer and use it in GitHub Desktop.
Save tiagobento/294c157cd8dfabb0ea7933c821c8604e to your computer and use it in GitHub Desktop.
new-file.pmml
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header/>
<DataDictionary/>
<Scorecard modelName="Untitled model" functionName="regression" useReasonCodes="true" reasonCodeAlgorithm="pointsBelow" baselineScore="123" baselineMethod="other" isScorable="true">
<MiningSchema/>
<Output>
<OutputField name="New output" dataType="string"/>
</Output>
<Characteristics>
<Characteristic name="New characteristic" reasonCode="123"/>
</Characteristics>
</Scorecard>
</PMML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment