recommenderlab icon indicating copy to clipboard operation
recommenderlab copied to clipboard

extract latent features from ALS

Open ChristelSwift opened this issue 4 years ago • 1 comments

hi there, is there a way to extract the resulting matrices (ie latent features) from the ALS implementation?

ChristelSwift avatar Nov 19 '19 16:11 ChristelSwift

The latent model is learned in the current implementation during prediction. This is why you cannot extract it from the model. A better implementation that learns the model and then folds in new data would be great, but we need someone to implement it.

mhahsler avatar Nov 20 '19 00:11 mhahsler