From 71ff0e5abbf31275892156a611864772483f7baf Mon Sep 17 00:00:00 2001 From: Haesun Park Date: Thu, 22 Mar 2018 10:45:05 +0900 Subject: [PATCH] =?UTF-8?q?2=EC=9E=A5=20=EC=9B=8C=ED=84=B0=EB=A7=88?= =?UTF-8?q?=ED=81=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02_end_to_end_machine_learning_project.ipynb | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/02_end_to_end_machine_learning_project.ipynb b/02_end_to_end_machine_learning_project.ipynb index 2863e10..0b09c20 100644 --- a/02_end_to_end_machine_learning_project.ipynb +++ b/02_end_to_end_machine_learning_project.ipynb @@ -1,5 +1,30 @@ { "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "CPython 3.5.5\n", + "IPython 6.2.1\n", + "\n", + "numpy 1.14.1\n", + "scipy 1.0.0\n", + "sklearn 0.19.1\n", + "pandas 0.22.0\n", + "matplotlib 2.2.0\n" + ] + } + ], + "source": [ + "%load_ext watermark\n", + "%watermark -v -p numpy,scipy,sklearn,pandas,matplotlib" + ] + }, { "cell_type": "markdown", "metadata": {},