tensorly / tensorly

TensorLy: Tensor Learning in Python.
http://tensorly.org
Other
1.51k stars 281 forks source link

PARAFAC2 for missing data #543

Open cchatzis opened 3 months ago

cchatzis commented 3 months ago

Hi! I am currently working with PARAFAC2 and I noticed there is no support for missing data (PARAFAC has the mask argument). Are there any plans for missing data support for PARAFAC2? If not, I would like to work on the classic EM approach that is present in https://www.mathworks.com/matlabcentral/fileexchange/1089-parafac2.

Thank you for your time :)

MarieRoald commented 3 months ago

Hi @cchatzis! PARAFAC2 with missing data would be very useful to have in TensorLy, so a PR for that sounds excellent :)