could the 'y-train' vector in GRNN training has multiple features like the "newgrnn" in MATLAB?It seems that it only surpport one feature column currently as follows.
y_train : array-like (n_samples,)
Target variable should be vector or matrix
with one feature column.