kbalog / uis-dat640-fall2020

Information Retrieval and Text Mining course at the University of Stavanger (DAT640), 2020 fall
7 stars 9 forks source link

A3 MLM smoothing parameter #4

Open ChristofferHolmesland opened 4 years ago

ChristofferHolmesland commented 4 years ago

The MLM problem description lists lambda_i as the field-specific smoothing parameter. In the constructor and the tests the constant 0.1 is used. Should we expect the hidden tests to use a common constant, or do we need to check whether the supplied object is indexable. If so, will the index be the field name or position?