VenRaaS / dhermes

distributed A/B testing application
1 stars 0 forks source link

[API mapping] the registration with the most in_keys2recomder paramters has the highest priority #7

Closed sywu13 closed 6 years ago

sywu13 commented 7 years ago

ex. [param-2-recomder] rec_type = 'ClickStream', rec_pos = 'p' => rec_code = 'ClickStream1' rec_type = 'ClickStream' => rec_code = 'ClickStream2'

[API Parameters] rec_type = 'ClickStream', rec_pos = 'p' => recom'd by rec_code = 'ClickStream1' rec_type = 'ClickStream', rec_pos = 'p_0' => recom'd by rec_code = 'ClickStream2' rec_type = 'ClickStream', rec_pos = 'p_1' => recom'd by rec_code = 'ClickStream2'

Eric0329 commented 7 years ago

looking for the max matching mapping, done. https://github.com/VenRaaS/dhermes/commit/5bcf893a38e9e02ce5061c8bf70b1eead160b5a9 the feature will be release with v.1.6.0