diff --git a/docs/en/integrations/ray-tune.md b/docs/en/integrations/ray-tune.md index 86987f643c..29eb3a5173 100644 --- a/docs/en/integrations/ray-tune.md +++ b/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