Then I would expect to have the model artifact under experiment_results/_Trainable*/model.joblib or something similar
I can understand this not being the default option when dealing with large models, but when working with small tabular models this would be very useful.
I can try doing a PR as well if someone can point me in the right direction.
I'm guessing this is more to do with a limitation of wrapping around scikit-learn than tune-sklearn though - is this correct?
If the above isn't possible, maybe something sensible that does like:
Hello,
Is it possible to save the final model across all the parameter choices? Not just the final one?
e.g.
Then I would expect to have the model artifact under
experiment_results/_Trainable*/model.joblib
or something similarI can understand this not being the default option when dealing with large models, but when working with small tabular models this would be very useful.
I can try doing a PR as well if someone can point me in the right direction.
I'm guessing this is more to do with a limitation of wrapping around
scikit-learn
thantune-sklearn
though - is this correct?If the above isn't possible, maybe something sensible that does like:
Would make a world of difference - that way we can run fit and save the artifact appropriately, rather than manually figuring it out.