[시각화공부] 코드 분해하며 공부하기 (kaggle 자전거 수요 예측 모델) - seaborn boxplot, pointplot , heatmap, regplot, scipy.stats.problot
이전글 [함수공부] 코드 분해하며 공부하기 (kaggle 자전거 수요 예측 모델) | calendar.day_name , calendar.month_nam Data Description datetime - hourly date + timestamp season - 1 = spring, 2 = summer, 3 = fall, 4 = winter holiday - whether the day is considered a holiday workingday - whether the day is neither a weekend nor holiday weather - 1: Clear, Few clouds, Partly debbie-da.tistory.com Data Description datetime - hour..
[함수공부] 코드 분해하며 공부하기 (kaggle 자전거 수요 예측 모델) | calendar.day_name , calendar.month_name , datetime.week , Missingno , astype
Data Description datetime - hourly date + timestamp season - 1 = spring, 2 = summer, 3 = fall, 4 = winter holiday - whether the day is considered a holiday workingday - whether the day is neither a weekend nor holiday weather - 1: Clear, Few clouds, Partly cloudy, Partly cloudy 2: Mist + Cloudy, Mist + Broken clouds, Mist + Few clouds, Mist 3: Light Snow, Light Rain + Thunderstorm + Scattered cl..