MachineLearning
histplot
forkballpitch
2022. 8. 31. 23:49
import matplotlib.pyplot as plt
import seaborn as sns
sns.histplot(train[‘컬럼명’], bins=100)