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));