Skip to content

Commit

Permalink
edit : post
Browse files Browse the repository at this point in the history
  • Loading branch information
AshHyun committed Sep 3, 2020
1 parent 00d2053 commit a5c6e4e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions _posts/2020-09-03-Titanic_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@ toc_sticky: true
toc_label: "목차"

---
<div class="prompt input_prompt">
</div>

<div class="input_area" markdown="1">

```python
import pandas as pd
import numpy as np

import matplotlib.pyplot as plt
import matplotlib as mpl
import seaborn as sns

train = pd.read_csv('kaggle/titanic/train.csv')
test = pd.read_csv('kaggle/titanic/test.csv')
```

</div>

안녕하세요! 오늘은 **[지난 포스트](https://ashhyun.github.io/kaggle/Titanic_1)**에 이어서 **타이타닉** 데이터셋을 더 파헤쳐보도록 하겠습니다. 오늘은 데이터를 모델에 넣고 *fit* 시키기 전에 데이터를 모델이 읽기 쉽게 가공하고 전처리하는 것을 다룰텐데요.<br>먼저 데이터셋이 현재 어떻게 생겨먹었는지 한번 보겠습니다.

Expand Down

0 comments on commit a5c6e4e

Please sign in to comment.