pub fn get_features_and_target( df: &DataFrame, features: Vec<&str>, target: &str, ) -> PolarsResult<(Matrix, Vector)>