фиксы по оформлению

This commit is contained in:
frog24 2024-09-22 00:25:20 +03:00
parent 49557a1f77
commit 726f644b68
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,7 @@
# AIM-PIbd-31-Barsukov-P-O # AIM-PIbd-31-Barsukov-P-O
ПИбд-31 Барсуков Павел Олегович
Вариант: 5
Ссылка на датасет: https://www.kaggle.com/datasets/harishkumardatalab/medical-insurance-price-prediction
( ̄o ̄) . z Z ( ̄o ̄) . z Z

View File

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 3,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -15,7 +15,7 @@
], ],
"source": [ "source": [
"import pandas as pd\n", "import pandas as pd\n",
"df = pd.read_csv(\"./dataset.csv\")\n", "df = pd.read_csv(\"../dataset.csv\")\n",
"print(df.columns)" "print(df.columns)"
] ]
}, },
@ -28,7 +28,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 9, "execution_count": 4,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -37,7 +37,7 @@
"<Axes: xlabel='smoker', ylabel='charges'>" "<Axes: xlabel='smoker', ylabel='charges'>"
] ]
}, },
"execution_count": 9, "execution_count": 4,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
}, },
@ -65,7 +65,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 12, "execution_count": 9,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -81,7 +81,7 @@
"<Axes: title={'center': 'charges'}, xlabel='children'>" "<Axes: title={'center': 'charges'}, xlabel='children'>"
] ]
}, },
"execution_count": 12, "execution_count": 9,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
}, },
@ -110,7 +110,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 30, "execution_count": 6,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -119,7 +119,7 @@
"<Axes: xlabel='age'>" "<Axes: xlabel='age'>"
] ]
}, },
"execution_count": 30, "execution_count": 6,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
}, },