2장 소득 카테고리 히스토그램 이미지 저장

This commit is contained in:
Haesun Park
2018-07-05 01:49:37 +09:00
parent 7d6958db57
commit 51822b3eeb
3 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@@ -7,7 +7,6 @@
checkpoint checkpoint
logs/* logs/*
tf_logs/* tf_logs/*
images/**/*.png
images/**/*.dot images/**/*.dot
my_* my_*
datasets/flowers datasets/flowers

View File

@@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB