Anthony Blaom, PhD
Anthony Blaom, PhD
Many thanks for the expert feedback.
I think a better (more general) idea is to add a wrapper that replaces the returned report for a control with a complete history of state for that control.
Or, at least it should not export any "dummy" method that gets re-defined by MLJBase.
Thanks @liuyxpp for this observation. Refactoring current logging to `Info` in this way sounds like a good idea. PR welcome.
I wonder if https://github.com/JuliaAI/MLJModelInterface.jl/pull/184#issuecomment-1864104215 fixes this issue?
Sure, unless you have a better suggestion.
Helpful comments, @deyandyankov, thank you. > Another way to go would be to mock the mlflow endpoints. This will not require an mlflow instance at all. That's probably the correct...
This sounds like a nice idea!
No objections but this definitely needs to be tagged breaking. So if we have any other breaking changes in mind...
Thanks @pebeto for taking the lead here. Your suggestion sounds reasonable to me, but would be good to get @deyandyankov's view. Are you adding `auth` as a new keyword but...