diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/Source/ml.ipynb b/Source/ml.ipynb new file mode 100644 index 0000000..bf530e1 --- /dev/null +++ b/Source/ml.ipynb @@ -0,0 +1,53 @@ +{ + "metadata": { + "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.8.3-final" + }, + "orig_nbformat": 2, + "kernelspec": { + "name": "Python 3.8.3 64-bit ('base': conda)", + "display_name": "Python 3.8.3 64-bit ('base': conda)", + "metadata": { + "interpreter": { + "hash": "b3ba2566441a7c06988d0923437866b63cedc61552a5af99d1f4fb67d367b25f" + } + } + } + }, + "nbformat": 4, + "nbformat_minor": 2, + "cells": [ + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [], + "source": [ + "#imports\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as plt\n", + "import seaborn as sns\n", + "%matplotlib inline" + ] + }, + { + "source": [ + "#loading dataset\n" + ], + "cell_type": "code", + "metadata": {}, + "execution_count": 7, + "outputs": [] + } + ] +} \ No newline at end of file