File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 31
31
"sklearn.cluster._spectral.spectral_clustering" ,
32
32
"sklearn.compose._column_transformer.make_column_transformer" ,
33
33
"sklearn.covariance._empirical_covariance.empirical_covariance" ,
34
- "sklearn.covariance._empirical_covariance.log_likelihood" ,
35
34
"sklearn.covariance._graph_lasso.graphical_lasso" ,
36
35
"sklearn.covariance._robust_covariance.fast_mcd" ,
37
36
"sklearn.covariance._shrunk_covariance.ledoit_wolf" ,
Original file line number Diff line number Diff line change 22
22
23
23
24
24
def log_likelihood (emp_cov , precision ):
25
- """Computes the sample mean of the log_likelihood under a covariance model
25
+ """Compute the sample mean of the log_likelihood under a covariance model.
26
26
27
- computes the empirical expected log-likelihood (accounting for the
28
- normalization terms and scaling ), allowing for universal comparison (beyond
29
- this software package)
27
+ Computes the empirical expected log-likelihood, allowing for universal
28
+ comparison (beyond this software package ), and accounts for normalization
29
+ terms and scaling.
30
30
31
31
Parameters
32
32
----------
You can’t perform that action at this time.
0 commit comments