baybe.utils.interval.convert_bounds¶ baybe.utils.interval.convert_bounds(bounds: None | Iterable | Interval)[source]¶ Convert bounds given in another format to an interval. Parameters: bounds (None | Iterable | Interval) – The bounds that should be transformed to an interval. Return type: Interval Returns: The interval.