Browse Source

docs: 📝 Fix link to installation section in Task-Oriented-AutoML.md (#1051)

Co-authored-by: rcardoso <ricardo.cardoso@anova.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
tags/v0.1.0rc1
badjouras GitHub 3 years ago
parent
commit
9e2eb200df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      website/docs/Use-Cases/Task-Oriented-AutoML.md

+ 1
- 1
website/docs/Use-Cases/Task-Oriented-AutoML.md View File

@@ -414,7 +414,7 @@ To do parallel tuning with Spark, install the `spark` and `blendsearch` options:
pip install flaml[spark,blendsearch]>=1.1.0
```

For more details about installing Spark, please refer to [Installation](../Installation#Distributed-tuning).
For more details about installing Spark, please refer to [Installation](../Installation#distributed-tuning).

An example of using Spark for parallel tuning is:
```python


Loading…
Cancel
Save