asreview / asreview

Active learning for systematic reviews

Home Page:https://asreview.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mixed query strategies have misleading parameter name `mix_ratio`

jspaaks opened this issue · comments

The mixed query strategies MaxRandomQuery, MaxUncertaintyQuery and MixedQuery use a confusingly named parameter mix_ratio whose name suggests that the ratio is between the two strategies, which it is not.

Relevant file:

https://github.com/asreview/asreview/blob/caf788b36aa1483556e903448b20aa53ba0c4995/asreview/models/query/mixed.py