Skip to content
Snippets Groups Projects
Commit b07d45f3 authored by yager2's avatar yager2
Browse files

Update cSNMF.py to fix sparsity_metric() function

parent 056ac18e
No related branches found
No related tags found
No related merge requests found
......@@ -166,10 +166,3 @@ def factorize(data_array, rank, beta = None, threshold = 0.20, max_iter = 400, s
log.info('Error= %s, Sparsity= %s', error, sparsity)
return W, H, results[column_names]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment