You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
참고한 Comprehensive data exploration with Python 에서 SalePrice와 변수들의 관계를 알아보기 위해 산점도 혹은 상관계수 행렬 등을 이용하였는데 상관계수는 선형적 관계만을 보여주고 산점도는 눈으로 확인해야 하므로 변수가 많을 경우에는 제한될 수 있는데 산점도 이외에 비선형적 상관관계를 수치적으로 비교할 수 있는 방법이 있습니까?