본문 바로가기
MachineLearning

histplot

by forkballpitch 2022. 8. 31.
728x90
728x90


import matplotlib.pyplot as plt
import seaborn as sns

sns.histplot(train[‘컬럼명’], bins=100)
728x90
728x90

'MachineLearning' 카테고리의 다른 글

특정 상관계수 이하 제거 및 x,y 분리  (0) 2022.08.31
상관계수 heatmap  (0) 2022.08.31
arm64에 conda 설치하기  (0) 2019.08.16
[참고] sent2vec 모델기반 qa 만들기  (2) 2019.07.12
tacotron  (0) 2019.07.09