파이썬 regplot 그래프

Linear Regression 같은 경우 regplot으로 시각화 할 수 있다.

import seaborn as sns

sns.regplot( x = df['X'], y = df['Y']);

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/29e1d6a2-e046-4b0e-af47-5003fb9bdd0b/Untitled.png