멀티 노드 클러스터 : MLflow API 예제(Swagger 사용 - IRIS 데이터, Scikit Learn 모델


멀티 노드 클러스터 : MLflow API 예제(Swagger 사용 - IRIS 데이터, Scikit Learn 모델

사전 준비 REST 테스트를 위해 Seldon Core 프레임워크가 필요합니다. 멀티 노드 클러스터 : Seldon Core 설치 사전 준비 머신러닝 모델 배포 및 관리에 필요한 Seldon Core 프레임워크는 K3s로 구축된 Kubeflow 클... blog.naver.com 파이프라인 설정 클라이언트에서 mlflow_pipeline.py 파일을 생성합니다. cd $HOME/kubeflow/pipeline sudo vim mlflow_pipeline.py from functools import partial import kfp from kfp.components import InputPath, OutputPath, create_component_from_func from kfp.dsl import pipeline @partial( create_component_from_func, packages_to_install = ['pandas', 'scikit-learn'], ) def ...


#API #Swagger #Sklearn모델 #SeldonDepoyment #SeldonCore #Pipeline #MLOps #MLflow #Kubeflow #IRIS데이터 #파이프라인

원문링크 : 멀티 노드 클러스터 : MLflow API 예제(Swagger 사용 - IRIS 데이터, Scikit Learn 모델