Skip to main content

regression_analysis

Function regression_analysis 

Source
pub async fn regression_analysis(
    file_path: &str,
    x_col: &str,
    y_col: &str,
    degree: usize,
    predict_x: &str,
) -> Result<String, String>