Skip to content

Commit abc567e

Browse files
committed
readme 수정
1 parent 77d23a0 commit abc567e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

AI_Class/004/multivariate_regression.ipynb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
" 'acceleration','model year','origin','name'] "
6969
]
7070
},
71+
{
72+
"cell_type": "markdown",
73+
"metadata": {},
74+
"source": [
75+
"### 데이터 확인"
76+
]
77+
},
7178
{
7279
"cell_type": "code",
7380
"execution_count": 4,
@@ -195,6 +202,13 @@
195202
"df.head()"
196203
]
197204
},
205+
{
206+
"cell_type": "markdown",
207+
"metadata": {},
208+
"source": [
209+
"### 데이터 자료형 확인"
210+
]
211+
},
198212
{
199213
"cell_type": "code",
200214
"execution_count": 5,

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ AI기술인 머신러닝과 딥러닝중 딥러닝을 먼저 알아야 한다고
2323
```
2424
Python Verson = 3.7
2525
26-
Development environment = Anaconda - Spyder 4.0.1
27-
2826
Google Colab
2927
```
3028
## 개론 강의 목록

0 commit comments

Comments
 (0)