Zaktualizuj 'ml_pytorch_mlflow.py'
This commit is contained in:
parent
383e2ed7b8
commit
ccff4dcfad
@ -142,7 +142,7 @@ def my_main(epochs):
|
||||
|
||||
# inputss, targetss = val_ds
|
||||
inputss = pd.DataFrame(inputss, dtype=np.float64)
|
||||
# inputss = inputss.to_numpy()
|
||||
inputss = inputss.to_numpy()
|
||||
|
||||
MSE = mean_squared_error(expected, predicted)
|
||||
MAE = mean_absolute_error(expected, predicted)
|
||||
|
Loading…
Reference in New Issue
Block a user