Recent Posts

Data Science: Data Handling

3 minute read

Standard Process of data preprocessing 거의 케글 공식입니다. (1) 데이터 로드 (Load the dataset with Pandas) train = pd.read_csv("nameOfTrainDataset.csv") test = pd....

Project 1: Rush Hour

3 minute read

0. Motivation 프로젝트에 관련된 다양한 기술을 이용하여, 하나의 프로젝트를 진행하고 완료해보기.