comment autolog
All checks were successful
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-05-14 14:22:52 +02:00
parent ec709e0a4d
commit 56544cdd80

View File

@ -30,7 +30,7 @@ def flatten(t):
def train():
with mlflow.start_run():
mlflow.tensorflow.autolog()
# mlflow.tensorflow.autolog()
cwd = os.path.abspath(os.path.dirname(sys.argv[0]))
pathTrain = cwd + "/../Participants_Data_HPP/Train.csv"