From 726f644b68a4340adcb604eb4e865982d1f21b21 Mon Sep 17 00:00:00 2001 From: frog24 Date: Sun, 22 Sep 2024 00:25:20 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=D1=8B=20=D0=BF=D0=BE?= =?UTF-8?q?=20=D0=BE=D1=84=D0=BE=D1=80=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ lab1.ipynb => lab_1/lab1.ipynb | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) rename lab1.ipynb => lab_1/lab1.ipynb (99%) diff --git a/README.md b/README.md index e20fc9b..03c1910 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # AIM-PIbd-31-Barsukov-P-O +ПИбд-31 Барсуков Павел Олегович +Вариант: 5 +Ссылка на датасет: https://www.kaggle.com/datasets/harishkumardatalab/medical-insurance-price-prediction + ( ̄o ̄) . z Z \ No newline at end of file diff --git a/lab1.ipynb b/lab_1/lab1.ipynb similarity index 99% rename from lab1.ipynb rename to lab_1/lab1.ipynb index ddc8b48..28eeb99 100644 --- a/lab1.ipynb +++ b/lab_1/lab1.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -15,7 +15,7 @@ ], "source": [ "import pandas as pd\n", - "df = pd.read_csv(\"./dataset.csv\")\n", + "df = pd.read_csv(\"../dataset.csv\")\n", "print(df.columns)" ] }, @@ -28,7 +28,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -37,7 +37,7 @@ "" ] }, - "execution_count": 9, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" }, @@ -65,7 +65,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 9, "metadata": {}, "outputs": [ { @@ -81,7 +81,7 @@ "" ] }, - "execution_count": 12, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" }, @@ -110,7 +110,7 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": 6, "metadata": {}, "outputs": [ { @@ -119,7 +119,7 @@ "" ] }, - "execution_count": 30, + "execution_count": 6, "metadata": {}, "output_type": "execute_result" },