iskandr/fancyimpute

[help] No 'transform' method in the softImpute class

charbelrseif opened this issue · 1 comments

Hello,

I am using the softImpute solver for a collaborative filtering problem.
After fitting and transforming my model on the training set using .fit_transform() I want to make predictions on the test set. However, the SoftImpute.transform method is not implemented!

Do you know how it could be implemented?

Thank you in advance.

Nope, sorry. Only IterativeImputer supports this unfortunately!