I had this same problem, and followed the same steps, but it did not work until I also explicitly set the experiment_id of the children.EXPERIMENT_NAME = '/Users/my_user_name/my_experiment'
experiment_id = mlflow.get_experiment_by_name(EXPERIMENT_NAM...