Skip to main content

mean_squared_log_error

Function mean_squared_log_error 

Source
pub fn mean_squared_log_error(
    y_true: PyReadonlyArray1<'_, f64>,
    y_pred: PyReadonlyArray1<'_, f64>,
    sample_weight: Option<PyReadonlyArray1<'_, f64>>,
    multioutput: &str,
    squared: bool,
) -> PyResult<f64>
Expand description

Calculate mean squared logarithmic error