Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f523a03 commit b5588dbCopy full SHA for b5588db
examples/decomposition/plot_beta_divergence.py
@@ -6,12 +6,12 @@
6
A plot that compares the various Beta-divergence loss functions supported by
7
the Multiplicative-Update ('mu') solver in :class:`sklearn.decomposition.NMF`.
8
"""
9
-print(__doc__)
10
-
11
import numpy as np
12
import matplotlib.pyplot as plt
13
from sklearn.decomposition.nmf import beta_divergence
14
+print(__doc__)
+
15
x = np.linspace(0.001, 4, 1000)
16
y = np.zeros(x.shape)
17
0 commit comments