Skip to content

Commit

Permalink
Actually add the argument this time
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaHei committed Sep 10, 2024
1 parent 4cefe48 commit 8832ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deep_learning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function get_and_train_model(X_train::Union{SparseMatrixCSC,Matrix},
verbose::Bool=true,
measures_func::Union{Missing, Function}=missing,
return_train_acc::Bool=false,
regularisation_func::Union{Missing, Function} = missing,
kargs...)

data_train = deepcopy(data_train)
Expand Down

0 comments on commit 8832ed5

Please sign in to comment.