select_best_algorithm

Function select_best_algorithm 

Source
pub fn select_best_algorithm(
    X: &Array2<f64>,
    y: &Array1<f64>,
    task_type: TaskType,
) -> Result<AlgorithmSelectionResult>
Expand description

Convenience function for quick algorithm selection