-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #282 from nzw0301/fix-inline-syntax
Fix inline code in README files in `kubernetes` directory
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Distributed Optimization on Kubernetes | ||
|
||
This folder contains two kinds of examples with Kubernetes: one is based on [sklearn_simple.py](../sklearn/sklearn_simple.py) and the other is based on [pytorch_lightning_simple.py](../pytorch/pytorch_lightning_simple.py) with MLflow. | ||
This folder contains two kinds of examples with Kubernetes: one is based on [`sklearn_simple.py`](../sklearn/sklearn_simple.py) and the other is based on [`pytorch_lightning_simple.py`](../pytorch/pytorch_lightning_simple.py) with MLflow. | ||
|
||
Currently, both [simple/sklearn_distributed.py](./simple/sklearn_distributed.py) and [mlflow/pytorch_lightning_distributed.py](./mlflow/pytorch_lightning_distributed.py) use POSTGRESQL for their backend of `optuna.Study.optimize` to be parallelized. | ||
Currently, both [`simple/sklearn_distributed.py`](./simple/sklearn_distributed.py) and [`mlflow/pytorch_lightning_distributed.py`](./mlflow/pytorch_lightning_distributed.py) use POSTGRESQL for their backend of `optuna.Study.optimize` to be parallelized. | ||
Though we do not use it for MLflow records. Of course, you can use POSTGRESQL as backend store of MLflow (https://mlflow.org/docs/latest/tracking.html#where-runs-are-recorded), current example uses HTTP server. |
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