From 5464f1e33810914a8af7351c644ee6950b0361a1 Mon Sep 17 00:00:00 2001 From: Joakim Skogholt Date: Thu, 25 Apr 2024 17:28:36 +0200 Subject: [PATCH] )) --- src/TR.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/TR.jl b/src/TR.jl index 00f112a..425fb06 100644 --- a/src/TR.jl +++ b/src/TR.jl @@ -531,8 +531,6 @@ K-fold CV for the Ridge regression problem, using the 'SVD-trick' for calculatin """ function TRSegCVUpdateFair(X, y, lambdas, cv, bOld) -cv = cvfolds - n, p = size(X); rmsecvman = zeros(length(lambdasu)); nfolds = length(unique(cv));