[This SO question](https://stackoverflow.com/questions/73432787/what-models-currently-support-multivariate-regression-in-tidymodels) points out that it is difficult to know which models you can use if you have a multiple-outcome problem. I believe you can see this by [searching for which models use the `maybe_multivariate()` function](https://github.com/tidymodels/parsnip/search?q=maybe_multivariate) but documenting it in a way that surfaces this info to folks would be more helpful.