Kaggle(캐글)/Kaggle competition(2)
-
캐글 타이타닉 1-2. Titanic Survival Prediction(타이타닉 생존자 예측), EDA Features
Kaggle에 올린 첫 노트북입니다. 전반적인 데이터 분석의 흐름을 알기 위해서 모델의 정확성보단 배운 내용을 활용하는 것에 초점을 맞췄습니다. 링크 : www.kaggle.com/choihanbin/titanic-survival-prediction-eda-ensemble 1.2 EDA Features 1.2.1 Sex with Survived feature # Count plots a feature's number without Survival and feature's number with Survival def count_subplots(data, feature1, hue = 'Survived', ylim = None, xlim = None): f, ax = plt.subplots(2, figsize..
2020.12.28 -
캐글 타이타닉 1-1. Titanic Survival Prediction(타이타닉 생존자 예측), Checking Features
Kaggle에 올린 첫 노트북입니다. 전반적인 데이터 분석의 흐름을 알기 위해서 모델의 정확성보단 배운 내용을 활용하는 것에 초점을 맞췄습니다. 링크 : www.kaggle.com/choihanbin/titanic-survival-prediction-eda-ensemble Titanic Survival Prediction(EDA, Ensemble) Explore and run machine learning code with Kaggle Notebooks | Using data from Titanic - Machine Learning from Disaster www.kaggle.com This notebook have Three steps for solve this problem(predict to sur..
2020.12.20