example update (#359)

update some examples for consistencies with others.
This commit is contained in:
Chi Wang
2021-12-25 16:13:39 -08:00
committed by GitHub
parent b2900f4b22
commit 2f5d6169d3
5 changed files with 58 additions and 44 deletions

View File

@@ -74,7 +74,7 @@ analysis = tune.run(
low_cost_partial_config=low_cost_partial_config, time_budget_s=3, num_samples=-1,
)
```
Please see this [script](https://github.com/microsoft/FLAML/blob/main/test/tune.py) for the complete version of the above example.
Please see this [script](https://github.com/microsoft/FLAML/blob/main/test/tune_example.py) for the complete version of the above example.
### Where to Go Next?