You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, now I'm getting what we reserved log_model for 😅
I assume log_model should simply call mlem.api.save and ideally have the same (in practice, almost the same) args https://mlem.ai/doc/api-reference/save
This should be an easy change. Happy to take it once we're done with MR.
In addition, it would be nice to also support an already serialized model with https://mlem.ai/doc/api-reference/import_object. In other words, it would be nice to accept either a model object or a path to a model.
We already have two closed issues about this 😓 , but I think we should add a
log_model
method that uses mlem to inspect the model artifact.Benefits:
type=model
.dvc add
fromlog_artifact
#572).The text was updated successfully, but these errors were encountered: