From 9d52d13e8419507edb6870009421b54f28355b76 Mon Sep 17 00:00:00 2001 From: Mike Clark Date: Tue, 6 Jul 2021 12:08:22 +0800 Subject: [PATCH] Add files via upload --- .../notebooks/1_mjc_EDA.ipynb | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 {{ cookiecutter.repo_name }}/notebooks/1_mjc_EDA.ipynb diff --git a/{{ cookiecutter.repo_name }}/notebooks/1_mjc_EDA.ipynb b/{{ cookiecutter.repo_name }}/notebooks/1_mjc_EDA.ipynb new file mode 100644 index 0000000..48269b6 --- /dev/null +++ b/{{ cookiecutter.repo_name }}/notebooks/1_mjc_EDA.ipynb @@ -0,0 +1,67 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "1b44551e", + "metadata": {}, + "source": [ + "# Exploratary Data Analysis" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "198de680", + "metadata": {}, + "outputs": [], + "source": [ + "# import your package\n", + "%load_ext autoreload\n", + "%autoreload 2\n", + "import src" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "a372ed7c", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "mlcurrentprediction", + "language": "python", + "name": "mlcurrentprediction" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.10" + }, + "toc": { + "base_numbering": 1, + "nav_menu": {}, + "number_sections": true, + "sideBar": true, + "skip_h1_title": false, + "title_cell": "Table of Contents", + "title_sidebar": "Contents", + "toc_cell": false, + "toc_position": {}, + "toc_section_display": true, + "toc_window_display": false + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}