2장 소득 카테고리 히스토그램 이미지 저장
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,7 +7,6 @@
|
|||||||
checkpoint
|
checkpoint
|
||||||
logs/*
|
logs/*
|
||||||
tf_logs/*
|
tf_logs/*
|
||||||
images/**/*.png
|
|
||||||
images/**/*.dot
|
images/**/*.dot
|
||||||
my_*
|
my_*
|
||||||
datasets/flowers
|
datasets/flowers
|
||||||
|
|||||||
@@ -1052,7 +1052,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"housing[\"income_cat\"].hist()"
|
"housing[\"income_cat\"].hist()\n",
|
||||||
|
"save_fig('income_category_hist')"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -7743,7 +7744,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.5.5"
|
"version": "3.6.5"
|
||||||
},
|
},
|
||||||
"nav_menu": {
|
"nav_menu": {
|
||||||
"height": "279px",
|
"height": "279px",
|
||||||
|
|||||||
BIN
images/end_to_end_project/income_category_hist.png
Normal file
BIN
images/end_to_end_project/income_category_hist.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
Reference in New Issue
Block a user