From 9cb0e3a1313affd4a96d5adbe8b2236894ac1f5c Mon Sep 17 00:00:00 2001 From: Szymon Date: Thu, 31 Oct 2024 20:29:18 +0100 Subject: [PATCH] Update lib/scholar/covariance/ledoit_wolf.ex Co-authored-by: Paulo Valente <16843419+polvalente@users.noreply.github.com> --- lib/scholar/covariance/ledoit_wolf.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scholar/covariance/ledoit_wolf.ex b/lib/scholar/covariance/ledoit_wolf.ex index 85dc242f..5a60f06c 100644 --- a/lib/scholar/covariance/ledoit_wolf.ex +++ b/lib/scholar/covariance/ledoit_wolf.ex @@ -44,7 +44,7 @@ defmodule Scholar.Covariance.LedoitWolf do * `:covariance` - Tensor of shape `{n_features, n_features}`. Estimated covariance matrix. - * `:shrinkage` - Coefficient in the convex combination used for the computation of the shrunk estimate. Range is `[0, 1]`. + * `:shrinkage` - Coefficient in the convex combination used for the computation of the shrunken estimate. Range is `[0, 1]`. * `:location` - Tensor of shape `{n_features,}`. Estimated location, i.e. the estimated mean.