Learn Before
Idea
sns.regplot()
sns.regplot():
Scatter plot + the regression line + the confidence interval
You can also plot with a discrete x variable showing means and confidence intervals for unique values, plot the continuous variable into discrete bins and fit a higher-order polynomial regression by setting the "order" parameter.

0
1
Updated 2021-02-05
Tags
Data Science