seaborn: lmplot
1210 ワード
sns.lmplot(x="bmi", y="charges", hue="smoker", data=insurance_data)
To further emphasize this fact, we can use the sns.lmplot command to add two regression lines, corresponding to smokers and nonsmokers. (You'll notice that the regression line for smokers has a much steeper slope, relative to the line for nonsmokers!)reference
Reference
この問題について(seaborn: lmplot), 我々は、より多くの情報をここで見つけました https://velog.io/@jhcho/seaborn-lmplotテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol