Skip to content
Snippets Groups Projects
Commit 37a4e4cb authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Correction of issue #5

parent 4fe4df0c
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -571,7 +571,10 @@ class Spectral(BaseEstimator): ...@@ -571,7 +571,10 @@ class Spectral(BaseEstimator):
- Output: - Output:
:returns: mean of Log Probability corresponding to the input X :returns: mean (resp. sum) of Log Probability corresponding to the input X
if normalize is True (resp. False) and y is None. If y is a vector
of target values, the mean (resp. sum) is calculated over the square
of differences.
:rtype: float :rtype: float
""" """
warnings.simplefilter("error", RuntimeWarning) warnings.simplefilter("error", RuntimeWarning)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment