mlflow signature update
This commit is contained in:
parent
9ac0678cb0
commit
1cd58567a0
@ -75,7 +75,7 @@ with mlflow.start_run():
|
||||
predicted = model(Variable(torch.from_numpy(x_train))).data.numpy()
|
||||
|
||||
signature = mlflow.models.signature.infer_signature(
|
||||
x_train.values, predicted)
|
||||
x_train, predicted)
|
||||
|
||||
mlflow.set_experiment("s434700")
|
||||
tracking_url_type_store = urlparse(mlflow.get_tracking_uri()).scheme
|
||||
|
Loading…
Reference in New Issue
Block a user