lenskit.implicit.ALS ==================== .. py:class:: lenskit.implicit.ALS(config = None, **kwargs) Bases: :py:obj:`BaseRec` LensKit interface to :py:mod:`implicit.cpu.als` (or GPU version). :Stability: Caller .. py:attribute:: config :type: ImplicitALSConfig The component configuration object. Component classes that support configuration **must** redefine this attribute with their specific configuration class type, which can be a Python dataclass or a Pydantic model class. .. py:property:: weight