microsoft / mwt-ds

Umbrella repository for projects related to the MWT Decision Service
187 stars 77 forks source link

Experimentation.py: Fixed bug in auto-detect namespaces #117

Closed marco-rossi29 closed 6 years ago

marco-rossi29 commented 6 years ago

@eisber @sidsen Do we have other special keys other than _text that can be found inside _multi (i.e., disregarding _label_cost, etc.)?

eisber commented 6 years ago

https://github.com/Microsoft/vowpal_wabbit/blob/master/vowpalwabbit/parse_example_json.h#L624

_label* _text _multi _tag

Markus