gpt4 book ai didi

python - Seaborn 多元回归残差图

转载 作者:行者123 更新时间:2023-12-01 02:02:25 26 4
gpt4 key购买 nike

将列传递给seaborn.residplot时,是否可以传递多个IV变量(在多元回归分析的情况下)?

我尝试了一些传统方法['IV1','IV2']等..但它们似乎不起作用。

最佳答案

根据文档,它不适用于多个自变量( https://seaborn.pydata.org/generated/seaborn.residplot.html )。

在我看来,绘制多元回归残差的唯一方法是自己拟合线性模型,然后提取残差并使用seaborn绘制它。

可以使用sklearn.linear_model.LinearRegression来拟合线性回归。

关于python - Seaborn 多元回归残差图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49463704/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com