pub fn best_fit_ols(predictors: &[f64], outcomes: &[f64]) -> DynModel
Available on crate features regression and ols only.
Expand description

Convenience function for best_fit using OlsEstimator.