https://www.kaggle.com/competitions/spaceship-titanic Spaceship Titanic | Kaggle www.kaggle.com 우주선에서 시공간 이상으로 승객이 다른 차원으로 이동된다. 어떤 승객이 다른 차원으로 이동되었는지 예측해보자. df = pd.read_csv('/kaggle/input/spaceship-titanic/train.csv') 훈련 데이터를 데이터 프레임으로 저장한 후 어떤 형태인지 살펴보자. df.shape (8693, 14) 8693개의 행과 14개의 열을 가진 데이터 프레임이다. df.info() RangeIndex: 8693 entries, 0 to 8692 Data columns (total 14 columns): # Column ..