Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OkonSamuel committed Jun 11, 2020
1 parent dd6430c commit d5d379b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tuned_models.jl
Expand Up @@ -80,7 +80,7 @@ end

@static if VERSION >= v"1.3.0-DEV.573"
@testset_accelerated "Basic fit (CPUThreads)" accel begin
printstyled("\n Testing progressmeter basic fit with $(accel) and CPUThreads resampling \n", color=:bold
printstyled("\n Testing progressmeter basic fit with $(accel) and CPUThreads resampling \n", color=:bold)
tm = TunedModel(model=first(r), tuning=Explicit(),
range=r, resampling=CV(nfolds=2),
measures=[rms, l1], acceleration= CPUThreads(),
Expand All @@ -92,7 +92,7 @@ end
end
end
@testset_accelerated "Basic fit (CPUProcesses)" accel begin
printstyled("\n Testing progressmeter basic fit with $(accel) and CPUProcesses resampling \n", color=:bold
printstyled("\n Testing progressmeter basic fit with $(accel) and CPUProcesses resampling \n", color=:bold)
best_index = argmin(results)
tm = TunedModel(model=first(r), tuning=Explicit(),
range=r, resampling=CV(nfolds=2),
Expand Down

0 comments on commit d5d379b

Please sign in to comment.