Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoGuyard committed May 28, 2023
1 parent 244975f commit a44ceae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/path.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,7 @@ function fill_path!(
return nothing
end

function compute_cv_statistics(
x::Vector,
f::AbstractDatafit,
A::Matrix,
nb_folds::Int
)
function compute_cv_statistics(x::Vector, f::AbstractDatafit, A::Matrix, nb_folds::Int)
m, n = size(A)
@assert nb_folds <= m
m_fold = Int(ceil(m / nb_folds))
Expand Down

0 comments on commit a44ceae

Please sign in to comment.