$ wget https://raw.githubusercontent.com/mlflow/mlflow/master/examples/sklearn_autolog/utils.py
$ wget https://raw.githubusercontent.com/mlflow/mlflow/master/examples/sklearn_autolog/pipeline.py
mlflow에서 예제로 제공해주는 example 중 하나
간단한 training data를 가지고 sklearn의 pipeline을 사용해,
StandardScaler 전처리 이후 Linear Regression을 수행하는 코드
scikit-learn과 같은 패키지는 mlflow 레벨에서 autolog를 지원
$ wget https://raw.githubusercontent.com/mlflow/mlflow/master/examples/xgboost/train.py
# xgboost==1.4.2 설치 필요