{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"03-6 주택 가격 예측 : 회귀 문제.ipynb","provenance":[],"collapsed_sections":[]},"kernelspec":{"name":"python3","display_name":"Python 3"}},"cells":[{"cell_type":"code","metadata":{"id":"tYoU_o5H974a","colab_type":"code","colab":{"base_uri":"https://localhost:8080/","height":115},"outputId":"3e0a8c10-4716-473b-97cd-074f3586f4b5","executionInfo":{"status":"ok","timestamp":1577863108611,"user_tz":-540,"elapsed":3563,"user":{"displayName":"Yoon Jack","photoUrl":"","userId":"04923927567667044980"}}},"source":["import keras\n","keras.__version__"],"execution_count":1,"outputs":[{"output_type":"stream","text":["Using TensorFlow backend.\n"],"name":"stderr"},{"output_type":"display_data","data":{"text/html":["
\n","The default version of TensorFlow in Colab will soon switch to TensorFlow 2.x.
\n","We recommend you upgrade now \n","or ensure your notebook will continue to use TensorFlow 1.x via the %tensorflow_version 1.x
magic:\n","more info.