Created
September 23, 2021 23:14
-
-
Save tiagobento/294c157cd8dfabb0ea7933c821c8604e to your computer and use it in GitHub Desktop.
new-file.pmml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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