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>
This commit is contained in:
badjouras 2023-05-25 03:23:54 +01:00 committed by GitHub
parent a0b318b12e
commit 9e2eb200df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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