sns.jointplot
hue
를 사용해 구분 가능
kind
를 이용해 scatter, kde, hist 등 여러 종류로 보여줄 수 있음
sns.pairplot
corner=True
를 이용해 하삼각행렬만 보이게 가능다중 패널을 사용
feature 사이의 관계가 아닌 feature의 category에 중점
catplot, displot, relplot, lmplot
sns.catplot(x="race/ethnicity", y="math score", hue="gender", data=student,
kind='box', col='lunch', row='test preparation course')
※ 모든 이미지 및 코드 출처는 네이버 커넥트재단 부스트캠프 AI Tech 5기입니다. ※