From d66f49848fea8f14ebb8cf731d68099094a44a93 Mon Sep 17 00:00:00 2001 From: vmirly Date: Sun, 20 Oct 2019 16:18:26 -0400 Subject: [PATCH] Header added --- ch15/ch15-notebook.ipynb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ch15/ch15-notebook.ipynb b/ch15/ch15-notebook.ipynb index 040a6932..06d3ba0c 100644 --- a/ch15/ch15-notebook.ipynb +++ b/ch15/ch15-notebook.ipynb @@ -1,5 +1,16 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "*Python Machine Learning 3rd Edition* by [Sebastian Raschka](https://sebastianraschka.com) & [Vahid Mirjalili](http://vahidmirjalili.com), Packt Publishing Ltd. 2019\n", + "\n", + "Code Repository: https://github.com/rasbt/python-machine-learning-book-3rd-edition\n", + "\n", + "Code License: [MIT License](https://github.com/rasbt/python-machine-learning-book-3rd-edition/blob/master/LICENSE.txt)" + ] + }, { "cell_type": "markdown", "metadata": {},