-
Notifications
You must be signed in to change notification settings - Fork 41
[Chapter 3] Kubeflow #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@anencore94 kubeflow components 별 사용법 추가 |
|
||
Kubeflow를 사용하기 위해서는 컴포넌트(Component)와 파이프라인(Pipeline)을 작성해야 합니다. | ||
|
||
*모두의 MLOps*에서 설명하는 방식은 Kubeflow에서 공식 홈페이지에서 설명하는 방식과는 다소 차이가 있습니다. 여기에서는 Kubeflow를 단순한 workflow가 아닌 MLOps를 구성하는 하나의 컴포넌트로 사용하기 때문입니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*모두의 MLOps*에서 설명하는 방식은 Kubeflow에서 공식 홈페이지에서 설명하는 방식과는 다소 차이가 있습니다. 여기에서는 Kubeflow를 단순한 workflow가 아닌 MLOps를 구성하는 하나의 컴포넌트로 사용하기 때문입니다. | |
*모두의 MLOps*에서 설명하는 방식은 Kubeflow 공식 홈페이지에서 설명하는 방식과는 다소 차이가 있습니다. 여기에서는 Kubeflow를 단순한 workflow가 아닌 MLOps를 구성하는 하나의 컴포넌트로 사용하기 때문입니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기에서는 Kubeflow를 단순한 workflow가 아닌 MLOps를 구성하는 하나의 컴포넌트로 사용하기 때문입니다.
이게 어떤 의미인지 설명하는 문장히 한 문장 정도 더 있으면 좋을 것 같습니다.
|
||
## Component | ||
|
||
컴포넌트(Component)는 컴포넌트 컨텐츠(Component contents)와 컴포넌트 래퍼(Component wrapper)로 구성되어 있습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
컴포넌트 컨텐츠, 컴포넌트 래퍼를 정의한 레퍼런스가 있나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아니요... 그래서 intro에서 공식문서에서 설명하는 것과 다르다고 언급하고 있습니다.
Co-authored-by: Jaeyeon Kim <[email protected]>
No description provided.