JuliaAI / MLJTuning.jl

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

Improper loss functions silently accepted in training a `TunedModel` #184

Closed ablaom closed 1 year ago

ablaom commented 2 years ago

See https://github.com/JuliaAI/MLJTuning.jl/pull/183#issuecomment-1238709651

ablaom commented 1 year ago

I think our desire to support very generic measures (see the new StatisticalMeasuresBase.jl makes this difficult to implement.