jaehyeong
Results
3
comments of
jaehyeong
@WeichenXu123 As I tested, after adding `log_model()` function to mlflow.client, like this. ``` # This function referd from mlflow.models.model.log() @classmethod def log( cls, run_id, local_path, artifact_path, flavor, registered_model_name=None, await_registration_for=DEFAULT_AWAIT_MAX_SLEEP_SECONDS, **kwargs,...
@WeichenXu123 Cool, I want to do that.