Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5588db

Browse files
committed
FIX flake8 in example
1 parent f523a03 commit b5588db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/decomposition/plot_beta_divergence.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
A plot that compares the various Beta-divergence loss functions supported by
77
the Multiplicative-Update ('mu') solver in :class:`sklearn.decomposition.NMF`.
88
"""
9-
print(__doc__)
10-
119
import numpy as np
1210
import matplotlib.pyplot as plt
1311
from sklearn.decomposition.nmf import beta_divergence
1412

13+
print(__doc__)
14+
1515
x = np.linspace(0.001, 4, 1000)
1616
y = np.zeros(x.shape)
1717

0 commit comments

Comments
 (0)