void make_regression(const raft::handle_t &handle, float *out, float *values, int64_t n_rows, int64_t n_cols, int64_t n_informative, float *coef=nullptr, int64_t n_targets=1LL, float bias=0.0f, int64_t effective_rank=-1LL, float tail_strength=0.5f, float noise=0.0f, bool shuffle=true, uint64_t seed=0ULL)
GPU-equivalent of sklearn.datasets.make_regression as documented at: https://scikit-learn....