8000 COSMIT nicer output from NMF with verbose > 0 · johannah/scikit-learn@1eb9bed · GitHub
[go: up one dir, main page]

Skip to content

Commit 1eb9bed

Browse files
committed
COSMIT nicer output from NMF with verbose > 0
Used to print "('violation:', 1.0)". Now "violation: 1.0".
1 parent 0cb93b0 commit 1eb9bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/decomposition/nmf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# License: BSD 3 clause
1111

1212

13-
from __future__ import division
13+
from __future__ import division, print_function
1414

1515
from math import sqrt
1616
import warnings

0 commit comments

Comments
 (0)
0