Created
April 17, 2016 16:03
-
-
Save gerrywastaken/a0ce5a1c23abe1a2a4d0721f4d0cb5a1 to your computer and use it in GitHub Desktop.
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
iris[0].data = { | |
target: :setosa | |
sepal_length: 5.1, | |
sepal_width: 3.5, | |
petal_length: 1.4, | |
petal_width: 0.2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment