Skip to content

Commit b9afd6c

Browse files
committed
remove mlflow
1 parent 4ac9758 commit b9afd6c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

ml4h/recipes.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,13 +1371,4 @@ def _tsne_wrapper(
13711371

13721372
if __name__ == '__main__':
13731373
arguments = parse_args()
1374-
1375-
# Set the mlflow_experiment if the arguments is provided
1376-
# If there is no mlflow_experiment_name, MLflow will use the default experiment or the previously set experiment for logging.
1377-
if arguments.mlflow_experiment_name:
1378-
mlflow.set_experiment(arguments.mlflow_experiment_name)
1379-
mlflow.start_run()
1380-
mlflow.tensorflow.autolog()
1381-
13821374
run(arguments) # back to the top
1383-

0 commit comments

Comments
 (0)