Which Seaborn function is best suited for visualizing the probability density of a continuous variable?
sns.boxplot()
sns.kdeplot()
sns.countplot()
sns.pointplot()
This question is part of this quiz :