Zaktualizuj 'train-mlflow.py'
This commit is contained in:
parent
3140bbfbf0
commit
c544e57fe1
@ -99,7 +99,7 @@ def my_main(epochs):
|
||||
#result = open("output",'w+')
|
||||
#result.write(f'{y_predicted}')
|
||||
|
||||
input_example = X_testing[0]
|
||||
input_example = X_testing[0].numpy()
|
||||
siganture = (X_training, y_predicted_train)
|
||||
tracking_url_type_store = urlparse(mlflow.get_tracking_uri()).scheme
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user