lifewatch / pypam

Python Passive Acoustic Analysis tool for Passive Acoustic Monitoring (PAM)
GNU General Public License v3.0
41 stars 8 forks source link

Computation of NMF using sklearn #12

Closed cparcerisas closed 1 year ago

cparcerisas commented 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.

cparcerisas commented 1 year ago

Fixed with commint 9f0dd19