Skip to content

Commit

Permalink
Update tuned_models.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
OkonSamuel committed Jun 11, 2020
1 parent 55d72b4 commit ca8a412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tuned_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ end
range=r, resampling=CV(nfolds=2),
measures=[rms, l1], acceleration= CPUThreads(),
acceleration_resampling=accel)
fitresult, meta_state, report = fit(tm, 1, X, y);
fitresult, meta_state, report = fit(tm, 0, X, y);
history, _, state = meta_state;
results3 = map(event -> last(event).measurement[1], history)
@test results3 results
Expand Down

0 comments on commit ca8a412

Please sign in to comment.