-
Notifications
You must be signed in to change notification settings - Fork 443
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
Moved some content and added links to Kubeflow docs #990
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
aeaf422
WIP Added links to Kubeflow docs in Katib README.
sarahmaddox 74010bf
Merge branch 'master' of https://github.com/kubeflow/katib into docs
sarahmaddox 8a5e7e7
Moved content from user-guide in repo to Kubeflow website.
sarahmaddox f510550
Moved some content from workflow doc in repo to Kubeflow website.
sarahmaddox 7afdd63
Added links to Kubeflow docs in the quickstart.
sarahmaddox 00a974a
Moved content from algorithms doc in repo to Kubeflow website.
sarahmaddox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,12 +34,22 @@ The system is inspired by [Google vizier][3] and supports multiple ML/DL framewo | |
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
||
## Getting Started | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: Update titles to sentence case |
||
|
||
See the [getting-started | ||
guide](https://www.kubeflow.org/docs/components/hyperparameter-tuning/hyperparameter/) | ||
on the Kubeflow website. | ||
|
||
## Name | ||
|
||
Katib stands for `secretary` in Arabic. As `Vizier` stands for a high official or a prime minister in Arabic, this project Katib is named in the honor of Vizier. | ||
|
||
## Concepts in Katib | ||
|
||
For a detailed description of the concepts in Katib, hyperparameter tuning, and | ||
neural architecture search, see the [Kubeflow | ||
documentation](https://www.kubeflow.org/docs/components/hyperparameter-tuning/overview/). | ||
|
||
Katib has the concepts of Experiment, Trial, Job and Suggestion. | ||
|
||
### Experiment | ||
|
@@ -50,7 +60,9 @@ Each `Experiment` contains a configuration | |
2. Search Space: Constraints for configurations describing the feasible space. | ||
3. Search Algorithm: How to find the optimal configurations | ||
|
||
`Experiment` is defined as a CRD. Refer to [here](docs/user-guide.md) about how to customize a `Experiment`. | ||
`Experiment` is defined as a CRD. See the detailed guide to [configuring and running a Katib | ||
experiment](https://kubeflow.org/docs/components/hyperparameter-tuning/experiment/) | ||
in the Kubeflow docs. | ||
|
||
### Suggestion | ||
|
||
|
@@ -93,11 +105,6 @@ Each component communicates with others via GRPC and the API is defined at `pkg/ | |
- katib-ui: User interface of katib. | ||
- katib-controller: Controller for katib CRDs in Kubernetes. | ||
|
||
|
||
## Getting Started | ||
|
||
Please see [here](./docs/quick-start.md) for more details. | ||
|
||
## Web UI | ||
|
||
Katib provides a Web UI. | ||
|
@@ -112,7 +119,15 @@ Please refer to [api.md](./pkg/apis/manager/v1alpha3/gen-doc/api.md). | |
|
||
## Installation | ||
|
||
For standard installation of Katib with support for all job operators, refer to [Kubeflow Official Docs](http://kubeflow.org) and skip this section. Or if you want to install Katib manually, follow these steps | ||
For standard installation of Katib with support for all job operators, | ||
install Kubeflow. See the documentation: | ||
|
||
* [Kubeflow installation | ||
guide](https://www.kubeflow.org/docs/started/getting-started/) | ||
* [Kubeflow hyperparameter tuning | ||
guides](https://www.kubeflow.org/docs/components/hyperparameter-tuning/). | ||
|
||
Alternatively, if you want to install Katib manually, follow these steps: | ||
|
||
``` | ||
git clone git@github.com:kubeflow/manifests.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
`Experiment` is user level CRD. When you want to tune hyperparameter for your machine learning model by Katib, you just need create an Experiment CR. There are several examples [here](../examples/v1alpha3/) for your reference. In this document, fields of `Experiment` will be introduced in detail. | ||
|
||
## metadata | ||
- name | ||
- namespace | ||
## spec | ||
- (TODO) | ||
- [spec.metricsCollectorSpec.source.filter.metricsFormat](https://github.com/kubeflow/katib/blob/master/pkg/apis/controller/common/v1alpha3/common_types.go#L94-L98): Its type is string array and each element is regular expression (here it is required that the regular expression must have two top subexpressions, the first matched one will be taken as metric name and the second one as metric value). For now, when metrics collector kind is `File` and `StdOut`, this field can take effect and a default one `([\w|-]+)\s*=\s*((-?\d+)(\.\d+)?)` will be applied if not specified. [Here](https://github.com/kubeflow/katib/blob/master/examples/v1alpha3/file-metricscollector-example.yaml) is an example of customized metrics filter. | ||
See the detailed guide to [configuring and running a Katib | ||
experiment](https://kubeflow.org/docs/components/hyperparameter-tuning/experiment/) | ||
in the Kubeflow docs. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Not sure where the source of the TOC is, but on line 29: Pytorch --> PyTorch