-
Notifications
You must be signed in to change notification settings - Fork 817
Add one-liner info about components of KubeFlow to docs #4055
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: nb923 <nb923@scarletmail.rutgers.edu>
Hi @nb923. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
/ok-to-test
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.
I suggest to specify feature of each components.
@@ -1,5 +1,5 @@ | |||
+++ | |||
title = "Model Registry" | |||
description = "Documentation for Kubeflow Model Registry" | |||
description = "Central Index for Indexing and Managing ML Models" |
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.
description = "Central Index for Indexing and Managing ML Models" | |
description = "Repository for storing and versioning ML models and metadata" |
@@ -1,5 +1,5 @@ | |||
+++ | |||
title = "Kubeflow Notebooks" | |||
description = "Documentation for Kubeflow Notebooks" | |||
description = "Running Development Environments Inside Kubernetes Clusters" |
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.
description = "Running Development Environments Inside Kubernetes Clusters" | |
description = "Interactive environments for data exploration and model development" |
@@ -1,5 +1,5 @@ | |||
+++ | |||
title = "Kubeflow Pipelines" | |||
description = "Documentation for Kubeflow Pipelines." | |||
description = "Building and Deploying Scalable ML Workflows in Docker Containers" |
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.
description = "Building and Deploying Scalable ML Workflows in Docker Containers" | |
description = "Platform for building and deploying ML workflows using containers" |
@@ -1,5 +1,5 @@ | |||
+++ | |||
title = "Kubeflow Trainer" | |||
description = "Documentation for Kubeflow Trainer" | |||
description = "Kubernetes-Native LLM Fine-Tuning and Distributed ML Trainings" |
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.
description = "Kubernetes-Native LLM Fine-Tuning and Distributed ML Trainings" | |
description = "Distributed training toolkit for machine learning models" |
@@ -1,5 +1,5 @@ | |||
+++ | |||
title = "Katib" | |||
description = "Documentation for Kubeflow Katib" | |||
description = "Kubernetes-Native Automated Machine Learning (AutoML)" |
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.
description = "Kubernetes-Native Automated Machine Learning (AutoML)" | |
description = "Hyperparameter tuning and neural architecture search tool" |
cc @kubeflow/kubeflow-steering-committee for review |
Checklist:
Description of your changes:
Added one liner descriptions about components in /docs/components/ as suggested by issue #4043.
Issue #4043
Closes: #4043
Labels
/area website