我检查了多元回归的tidymodel,并在这里看到了下面的示例:https://www.tidymodels.org/learn/models/pls/
这涵盖了偏最小二乘模型的多变量。
是否有页面说明当前支持多元回归的模型?
发布于 2022-08-22 14:50:06
我认为目前支持多变量(多个结果)回归的模型如下:
mlp()mars()linear_reg()这个列表是由looking for which models use the maybe_multivariate() internal helper提出的,但我们应该以某种方式更好地记录这一点。
https://stackoverflow.com/questions/73432787
复制相似问题