Skip to content

Instantly share code, notes, and snippets.

@vsmida
Created April 11, 2016 11:59
Show Gist options
  • Select an option

  • Save vsmida/dda7b8e9c5e63e977563d3b5e9089ef8 to your computer and use it in GitHub Desktop.

Select an option

Save vsmida/dda7b8e9c5e63e977563d3b5e9089ef8 to your computer and use it in GitHub Desktop.
new Dataset(List(
Array("my", "dog", "has", "flea", "problems", "help", "please"),
Array("maybe", "not", "take", "him", "to", "dog", "park", "stupid"),
Array("my", "dalmation", "is", "so", "cute", "I", "love", "him"),
Array("stop", "posting", "stupid", "worthless", "garbage"),
Array("mr", "licks", "ate", "my", "steak", "how", "to", "stop", "him"),
Array("quit", "buying", "worthless", "dog", "food", "stupid")
), List(0, 1, 0, 1, 0, 1))
@vsmida
Copy link
Author

vsmida commented Apr 11, 2016

compile 'org.scala-lang:scala-library:2.11.4'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment