Skip to content

Commit

Permalink
edit : fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AshHyun committed Sep 3, 2020
1 parent ffb99de commit 4ea1f8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _posts/2020-08-24-pandas-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- Series
last_modified_at: 2020-08-24 23:11
layout: jupyter
excerpt: "판다스 Series 자료구조 알아보기"
excerpt: "[Pandas] Series 자료구조 알아보기"
classes: wide
toc: true
toc_sticky: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-08-29-Titanic_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
last_modified_at: 2020-08-29 15:57
layout: jupyter
classes: wide
excerpt: [Kaggle] 타이타닉 데이터셋 분석하기
excerpt: "[Kaggle] 타이타닉 데이터셋 분석하기"
toc: true
toc_sticky: true
toc_label: "목차"
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-08-31-ML_splitting_dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
last_modified_at: 2020-08-31 23:17
layout: jupyter
classes: wide
excerpt: [ML] 데이터를 훈련 세트와 테스트 세트로 분할하기
excerpt: "[ML] 데이터를 훈련 세트와 테스트 세트로 분할하기"
toc: true
toc_sticky: true
toc_label: "목차"
Expand Down
4 changes: 2 additions & 2 deletions _posts/2020-09-03-Titanic_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
last_modified_at: 2020-09-03 17:34
layout: jupyter
classes: wide
excerpt: [Kaggle] 타이타닉 데이터셋 전처리하기
excerpt: "[Kaggle] 타이타닉 데이터셋 전처리하기"
toc: true
toc_sticky: true
toc_label: "목차"
Expand All @@ -35,7 +35,7 @@ test = pd.read_csv('kaggle/titanic/test.csv')

</div>

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

<div class="prompt input_prompt">
</div>
Expand Down

0 comments on commit 4ea1f8d

Please sign in to comment.