Skip to content

Instantly share code, notes, and snippets.

@kmaehashi
Last active December 28, 2015 15:49
Show Gist options
  • Save kmaehashi/7525032 to your computer and use it in GitHub Desktop.
Save kmaehashi/7525032 to your computer and use it in GitHub Desktop.
{
"converter" : {
"string_filter_types" : {},
"string_filter_rules" : [],
"num_filter_types" : {},
"num_filter_rules" : [],
"string_types" : {},
"string_rules" : [
{ "key" : "*", "type" : "str", "sample_weight" : "bin", "global_weight" : "bin" }
],
"num_types" : {},
"num_rules" : [
{ "key" : "*", "type" : "num" }
]
},
"parameter" : {
"bicriteria_base_size": 10,
"bucket_length": 1,
"bucket_size": 1,
"compressed_bucket_size": 1,
"compressor_method": "compressive_gmm",
"forgetting_factor": 0,
"forgetting_threshold": 0.5,
"k": 10
},
"method" : "gmm"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment