본문 바로가기

카테고리 없음

타이타닉의 전설, 끝없는 꿈과 감동의 영화(feat. 생존자 파이썬 데이터분석)

728x90
반응형

 

! .

 

1997 , ,, .

 

1912, .

 

,.

 

,,, .

 

, .

 

, .

 

.

 

.

 

!

 

#########타이타닉 생존자 분석############

 

from mpl_toolkits.mplot3d import Axes3D
from sklearn.preprocessing import StandardScaler
import matplotlib.pyplot as plt # plotting
import numpy as np # linear algebra
import os # accessing directory structure
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)

 

모듈 불러오기

 

Axes3D: 3D 3 능입니다.

 

StandardScaler : (scale) , Scikit-Learn(transformer)로 0, 1 거칩니다.

 

Numpy: 지로서 다 , 있습니다. 또 있습니다.

 

OS: (OS) 하며 ,/, / 공합니다.

 

Pandas: 리로서 , ,, 공합니다.

728x90
반응형