Готовая первая лаба

This commit is contained in:
Максим Яковлев 2024-09-20 20:28:10 +04:00
parent 22c744bf0d
commit f5d1e4f7cf
5 changed files with 21798 additions and 42 deletions

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

184
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
}