Skip to content

Commit

Permalink
fix: update MLJ defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 11, 2024
1 parent ca4cf72 commit 9e89815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MLJInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end
function modelexpr(model_name::Symbol)
struct_def = :(Base.@kwdef mutable struct $(model_name){D<:AbstractDimensions,L} <:
AbstractSRRegressor
niterations::Int = 10
niterations::Int = 100
parallelism::Symbol = :multithreading
numprocs::Union{Int,Nothing} = nothing
procs::Union{Vector{Int},Nothing} = nothing
Expand Down

0 comments on commit 9e89815

Please sign in to comment.