JuliaAI / MLJTuning.jl

Hyperparameter optimization algorithms for use in the MLJ machine learning framework
MIT License
66 stars 12 forks source link

Typo in error message for `TunedModel` missing arguments #188

Closed ablaom closed 10 months ago

ablaom commented 1 year ago
julia> t = TunedModel(ConstantClassifier())
ERROR: ArgumentError: You need to specify `range=...`, unless `tuning=Explicit` and and `models=...` is specified instead. 
Stacktrace:

This should read "tuning=Explicit()" (parentheses forgotten).