Hi, I am trying to replicate [this](https://scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html) in Julia. What is the correct datatype for `y`? Would `Vector{Vector{Float64}}` work as intended?