Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rishic3 authored Nov 18, 2024
1 parent 13748db commit 9f7cde2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/ML+DL-Examples/Optuna-Spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ optuna create-study --study-name "optuna-spark" \
--storage "mysql://optuna_user:optuna_password@localhost/optuna"
export PYSPARK_DRIVER_PYTHON=/path/to/anaconda3/envs/optuna-spark/bin/python
cd standalone
chmod +x run-optuna-spark.sh
./run-optuna-spark.sh
chmod +x run-joblibspark-simple.sh
./run-joblibspark-simple.sh
```
**Run the XGBoost demo of Optuna on Spark:**
Expand All @@ -242,8 +242,8 @@ optuna create-study --study-name "optuna-spark-xgboost" \
--storage "mysql://optuna_user:optuna_password@localhost/optuna"
export PYSPARK_DRIVER_PYTHON=/path/to/anaconda3/envs/optuna-spark/bin/python
cd standalone
chmod +x run-optuna-spark-xgboost.sh
./run-optuna-spark-xgboost.sh
chmod +x run-joblibspark-xgboost.sh
./run-joblibspark-xgboost.sh
```
## How does it work?
Expand Down

0 comments on commit 9f7cde2

Please sign in to comment.