implicit_als

Functions

fit_als_with_features_separately(model, ...)

Fit ALS model with explicit features, explicit features fit separately from latent.

fit_als_with_features_together(model, ...[, ...])

Fit ALS model with explicit features, explicit features fit together with latent.

Classes

ImplicitALSWrapperModel(model[, verbose, ...])

Wrapper for implicit.als.AlternatingLeastSquares with possibility to use explicit features and GPU support.