pub type Target<T = f64> = ArrayBase<OwnedRepr<T>, Dim<[usize; 1]>>;
Target vector type (n_samples,)
pub struct Target<T = f64> { /* private fields */ }