lab1 #2

Merged
Arutunyan-Dmitry merged 3 commits from LabWork1 into main 2024-09-21 00:07:45 +04:00
6 changed files with 21814 additions and 43 deletions

View File

@ -1,2 +1,3 @@
# AIM-PIbd-31-Yakovlev-M-G
# ПИбд-31 Яковлев Максим Григорьевич
# Вариант 6 dataset: https://www.kaggle.com/datasets/harlfoxem/housesalesprediction/data

21614
data/kc_house_data.csv Normal file

File diff suppressed because it is too large Load Diff

BIN
lab_1/lab1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

198
lab_1/lab_1.ipynb Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,42 +0,0 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"helloWorld\n"
]
}
],
"source": [
"print(\"helloWorld\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "kernel",
"language": "python",
"name": "python3"
},
"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.12.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
}