Skip to content

Commit

Permalink
edit : content
Browse files Browse the repository at this point in the history
  • Loading branch information
AshHyun committed Sep 6, 2020
1 parent 1015090 commit 3d35106
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions _posts/2020-08-29-Titanic_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,27 +95,6 @@ test = pd.read_csv('kaggle/titanic/test.csv')

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

```python
import matplotlib.font_manager as fm
plt.style.use('ggplot')
sns.set()
sns.set_palette("Set2")

%matplotlib inline
path = '/usr/share/fonts/NanumFont/NanumGothic.ttf'
font_name = fm.FontProperties(fname=path, size=50).get_name()
plt.rc('font', family=font_name)
plt.rcParams['figure.figsize'] = 8,5
plt.rcParams["font.family"] = "NanumGothic"
```

</div>

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

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

```python
train.head()
```
Expand Down

0 comments on commit 3d35106

Please sign in to comment.