Run python3 setup.py install
import mlflow_utils
path="set the path of your evalution result DIR"
mlflow_utils.run_mlflow(path)
mlflow ui
check the leaderboard:
Run python3 setup.py install
import mlflow_utils
path="set the path of your evalution result DIR"
mlflow_utils.run_mlflow(path)
mlflow ui
check the leaderboard: