diff --git a/crates/ml/src/training_profile.rs b/crates/ml/src/training_profile.rs index 23f2874fc..89a7cfa61 100644 --- a/crates/ml/src/training_profile.rs +++ b/crates/ml/src/training_profile.rs @@ -272,7 +272,7 @@ pub fn set_hyperopt_phase(phase: HyperoptPhase) { } } -/// Get the current hyperopt phase (defaults to Single if not set). +/// Get the current hyperopt phase (defaults to Fast if not set). pub fn get_hyperopt_phase() -> HyperoptPhase { HYPEROPT_PHASE .lock()