From fbbd513f3a458eae4983dc064d7d287949782074 Mon Sep 17 00:00:00 2001 From: niyaziso Date: Thu, 5 Jan 2017 11:59:11 -0500 Subject: [PATCH] Update cp.py --- sktensor/cp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sktensor/cp.py b/sktensor/cp.py index 2aa637e..210e578 100644 --- a/sktensor/cp.py +++ b/sktensor/cp.py @@ -76,7 +76,7 @@ def als(X, rank, **kwargs): ------- P : ktensor Rank ``rank`` factorization of X. ``P.U[i]`` corresponds to the factor - matrix for the i-th mode. ``P.lambda[i]`` corresponds to the weight + matrix for the i-th mode. ``P.lmbda[i]`` corresponds to the weight of the i-th mode. fit : float Fit of the factorization compared to ``X``