lenskit.basic.popularity.PopConfig ================================== .. py:class:: lenskit.basic.popularity.PopConfig Bases: :py:obj:`pydantic.BaseModel` Configuration for popularity scoring. .. py:attribute:: score :type: Literal['quantile', 'rank', 'count'] :value: 'quantile' The method for computing popularity scores. For all methods, higher scores represent more popular items.