Last active
October 28, 2019 04:56
-
-
Save dacamo76/c341c4ffbc37e5479bd8562c8fd06508 to your computer and use it in GitHub Desktop.
RapidMiner Attributes snippet
This file contains 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
[ | |
{ | |
"teamID": { | |
"type": "nominal", | |
"role": "id" | |
} | |
}, | |
{ | |
"size": { | |
"type": "integer" | |
} | |
}, | |
{ | |
"structure": { | |
"type": "nominal" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment