MLOps 20

[MLOps] 쿠브플로우 파이프라인 - 입출력 경로 지정하기 GitHub MLOps 및 Kubeflow 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com 참고사이트 : 모두의 MLOps (쿠브플로우 공부에 많은 도움이 된 사이트입니다!) 파이프라인 코드 from kfp.components import InputPath, OutputPath, create_component_from_func f.. MLOps 2023. 1. 19.
[MLOps] 쿠브플로우 주피터 노트북 서버 - 커스텀 이미지 사용 GitHub MLOps 및 Kubeflow 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com 주피터 노트북 서버 https://seokii.tistory.com/205 [MLOps] 쿠브플로우 주피터 노트북 서버 만들기 GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/S.. MLOps 2023. 1. 19.
[MLOps] 쿠버네티스에 MLflow 설치하기 GitHub MLOps 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com PostgreSQL 설치 kubectl create ns mlflow-system kubectl을 통해 mlflow-system이란 네임스페이스를 새로 생성합니다. kubectl -n mlflow-system apply -f https://raw.githubu.. MLOps 2023. 1. 17.
[MLOps] 쿠브플로우 파이프라인 - 실행(Run) GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com 참고사이트 : 모두의 MLOps (쿠브플로우 공부에 많은 도움이 된 사이트입니다!) Experiment 생성하기 왼쪽의 Experiments (KFP) 메뉴에서 Create experiment 선택 후 새로운 experiment를 생성합니다. Run 생성하기 .. MLOps 2023. 1. 17.
[MLOps] 쿠브플로우 파이프라인 - yaml 파일 업로드 GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com 참고사이트 : 모두의 MLOps (쿠브플로우 공부에 많은 도움이 된 사이트입니다!) 파이프라인 업로드 파이프라인 컴포넌트, 파이프라인 코드 작성은 아래의 내용 참고 바랍니다. 쿠브플로우 파이프라인 - 컴포넌트 생성하기 쿠브플로우 파이프라인 - 코드 작성 kub.. MLOps 2023. 1. 16.
[MLOps] 쿠브플로우 파이프라인 - 코드 작성 GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com 참고사이트 : 모두의 MLOps (쿠브플로우 공부에 많은 도움이 된 사이트입니다!) 컴포넌트 작성 컴포넌트 작성에 관한 내용은 이전 글인 쿠브플로우 파이프라인 - 컴포넌트 생성하기 를 참고하시기 바랍니다. @create_component_from_func de.. MLOps 2023. 1. 16.
[MLOps] 쿠브플로우 파이프라인 - 컴포넌트 생성하기 GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com 참고사이트 : 모두의 MLOps (쿠브플로우 공부에 많은 도움이 된 사이트입니다!) Install kfp pip install kfp==1.8.18 kfp 1.8.18 버전을 설치해 실습을 진행했습니다. argument와 type 작성 def print_and.. MLOps 2023. 1. 16.
[MLOps] 쿠브플로우 파이프라인(Pipeline)이란? GitHub 쿠브플로우 관련 코드 내용은 GitHub에서 관리하고 있습니다. https://github.com/Seokii/Study-MLOps GitHub - Seokii/Study-MLOps: Study MLOps with Kubeflow Study MLOps with Kubeflow. Contribute to Seokii/Study-MLOps development by creating an account on GitHub. github.com Docs https://www.kubeflow.org/docs/components/pipelines/ Kubeflow Pipelines Documentation for Kubeflow Pipelines. www.kubeflow.org 쿠브플로우 파이프라인 공식.. MLOps 2023. 1. 13.