wget https://raw.githubusercontent.com/mlflow/mlflow/v1.21.0/examples/sklearn_autolog/utils.py
wget https://raw.githubusercontent.com/mlflow/mlflow/v1.21.0/examples/sklearn_autolog/pipeline.py
mlflow 에서 example 로 제공해주는 example 중 하나
scikit-learn 과 같은 패키지는 mlflow 레벨에서 autolog 를 지원
wget https://raw.githubusercontent.com/mlflow/mlflow/v1.21.0/examples/xgboost/train.py
# xgboost==1.4.2 설치 필요
mlflow.log_metrics()
사용