implicit_als

Functions

fit_als_with_features_separately_inplace(...)

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

fit_als_with_features_together_inplace(...)

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

get_items_vectors(model)

Get items vectors from ALS model as numpy array

get_users_vectors(model)

Get users vectors from ALS model as numpy array

Classes

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

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