pub fn linearreg_intercept_with_kernel(
input: &LinearRegInterceptInput<'_>,
kernel: Kernel,
) -> Result<LinearRegInterceptOutput, LinearRegInterceptError>pub fn linearreg_intercept_with_kernel(
input: &LinearRegInterceptInput<'_>,
kernel: Kernel,
) -> Result<LinearRegInterceptOutput, LinearRegInterceptError>