Hi
I am running RAPIDS but It looks that it is not possible to run Random Forest Regressor Multioutput.
- I do a
make_regressionfor N outputs. - When I run
model.fitit returns and error likeit was expected 1 output
Maybe I am doing something wrong.
Thanks in advance.