Add missing import to Raytune docs (#17683)

Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
pull/17687/head^2
Mohammed Yasin 4 days ago committed by GitHub
parent c05b951f80
commit b48cec2e54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/integrations/ray-tune.md

@ -106,6 +106,8 @@ In this example, we demonstrate how to use a custom search space for hyperparame
!!! example "Usage"
```python
from ray import tune
from ultralytics import YOLO
# Define a YOLO model

Loading…
Cancel
Save