Install Requirements

JeongChaeJin·2022년 11월 27일
0

모두의 MLOps (Kubeflow)

목록 보기
12/21
conda create -n kubeflow python=3.8
  • python version >= 3.7
pip3 install -U pip
pip3 install kfp==1.8.9 scikit-learn==1.0.1 mlflow==1.21.0 pandas==1.3.4 dill==0.3.4
profile
OnePunchLotto

0개의 댓글