Skip to content

Commit

Permalink
resolve #188
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Sep 25, 2023
1 parent 2cd7bfd commit a44a139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tuned_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const ERR_SPECIFY_MODEL = ArgumentError(
"You need to specify `model=...`, unless `tuning=Explicit()`. ")
const ERR_SPECIFY_RANGE = ArgumentError(
"You need to specify `range=...`, unless `tuning=Explicit` and "*
"You need to specify `range=...`, unless `tuning=Explicit()` and "*
"and `models=...` is specified instead. ")
const ERR_SPECIFY_RANGE_OR_MODELS = ArgumentError(
"No `model` specified. Either specify an explicit iterator "*
Expand All @@ -12,7 +12,7 @@ const ERR_SPECIFY_RANGE_OR_MODELS = ArgumentError(
const ERR_NEED_EXPLICIT = ArgumentError(
"You have specified an explicit "*
"iterator `models` of MLJModels and so cannot "*
"specify any `tuning` strategy except `Explicit`. Either omit the "*
"specify any `tuning` strategy except `Explicit()`. Either omit the "*
"`tuning=...` specification, or specify a *single* model using "*
"`model=...` instead. ")
const ERR_BOTH_DISALLOWED = ArgumentError(
Expand Down

0 comments on commit a44a139

Please sign in to comment.