Closed cparcerisas closed 1 year ago
Use the NMF function of sklearn https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html instead of the custom one to increase speed.
Fixed with commint 9f0dd19
Use the NMF function of sklearn https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html instead of the custom one to increase speed.