Closed matarhaller closed 8 years ago
in nonnegative_matrix_factorization.nmf_labels the function seems to be fitting the model twice, once with .fit and once with .fit_transform. I assume this is by accident?
nonnegative_matrix_factorization.nmf_labels
.fit
.fit_transform
Yes! This is probably redundant. Good find. I think we just need .fit_transform to get H, which we use to find group membership.
H
in
nonnegative_matrix_factorization.nmf_labels
the function seems to be fitting the model twice, once with.fit
and once with.fit_transform
. I assume this is by accident?