Skip to content

Instantly share code, notes, and snippets.

@nebuta
Created May 19, 2013 08:04
Show Gist options
  • Save nebuta/5607026 to your computer and use it in GitHub Desktop.
Save nebuta/5607026 to your computer and use it in GitHub Desktop.
Jubatus Twitter classification test
{
"method": "AROW",
"converter": {
"num_filter_types": {},
"num_filter_rules": [],
"string_filter_types": {},
"string_filter_rules": [],
"num_types": {},
"num_rules": [],
"string_types": {
"unigram": { "method": "ngram", "char_num": "1" }
},
"string_rules": [
{ "key": "*", "type": "unigram", "sample_weight": "bin", "global_weight": "bin" }
]
},
"parameter": {
"regularization_weight" : 1.0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment