pub fn select_best_algorithm( X: &Array2<f64>, y: &Array1<f64>, task_type: TaskType, ) -> Result<AlgorithmSelectionResult>
Convenience function for quick algorithm selection