Compare commits

...

17 Commits
lab_4 ... main

Author SHA1 Message Date
13dc734cbc Merge pull request 'lab5' (#8) from lab_5 into main
Reviewed-on: #8
2024-12-14 09:03:00 +04:00
EXE
fd4fc7c396 lab5 2024-12-10 22:28:43 +04:00
63d3a6e7b8 Merge pull request 'lab_4' (#7) from lab_4 into main
Reviewed-on: #7
2024-12-06 16:00:06 +04:00
99605468e9 Merge pull request 'lab3' (#6) from lab3 into main
Reviewed-on: #6
2024-11-01 13:14:24 +04:00
0e4288c0dc Merge pull request 'lab 2 is done' (#4) from lab_2 into main
Reviewed-on: #4
2024-10-11 10:32:42 +04:00
EXE
9f5e4090e1 lab 2 is done 2024-10-10 23:38:34 +04:00
ae9796a308 Merge pull request 'lab_1' (#3) from lab_1 into main
Reviewed-on: #3
2024-09-28 09:59:07 +04:00
e0392e3d33 Update README.md 2024-09-28 09:53:30 +04:00
d89c1bc101 Update README.md 2024-09-28 09:53:02 +04:00
ea3c58a887 Upload files to "/" 2024-09-28 09:51:29 +04:00
1d98abc0e3 Update README.md 2024-09-28 09:42:47 +04:00
31f654afea Delete README.md 2024-09-28 09:42:00 +04:00
744b78d8f3 Update README.md 2024-09-28 09:41:28 +04:00
7dca150c4f Update README.md 2024-09-28 09:40:25 +04:00
EXE
190f392d59 lab1 2024-09-28 09:23:37 +04:00
EXE
45fdd03c60 lab1 2024-09-28 09:15:50 +04:00
EXE
1e9717ac16 lab_1 2024-09-27 19:59:23 +04:00
7 changed files with 2522 additions and 0 deletions

4
.gitignore vendored
View File

@ -12,3 +12,7 @@ ipython_config.py
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/
backend/
instance/
static/

View File

@ -1,2 +1,6 @@
# AIM-PIbd-32-Kuzin-P-S
Группа: ПИбд-32
ФИО: Кузин Павел Сергеевич
Вариант: 12
Cсылка на датасет: https://www.kaggle.com/datasets/mayankanand2701/starbucks-stock-price-dataset

1074
lab5/lab5.ipynb Normal file

File diff suppressed because one or more lines are too long

BIN
lab_1/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

157
lab_1/lab1.ipynb Normal file

File diff suppressed because one or more lines are too long

32
lab_1/requirements.txt Normal file
View File

@ -0,0 +1,32 @@
asttokens==2.4.1
colorama==0.4.6
comm==0.2.2
debugpy==1.8.5
decorator==5.1.1
executing==2.1.0
ipykernel==6.29.5
ipython==8.27.0
jedi==0.19.1
jupyter_client==8.6.2
jupyter_core==5.7.2
matplotlib-inline==0.1.7
nest-asyncio==1.6.0
numpy==2.1.1
packaging==24.1
pandas==2.2.2
parso==0.8.4
platformdirs==4.3.3
prompt_toolkit==3.0.47
psutil==6.0.0
pure_eval==0.2.3
Pygments==2.18.0
python-dateutil==2.9.0.post0
pytz==2024.2
pywin32==306
pyzmq==26.2.0
six==1.16.0
stack-data==0.6.3
tornado==6.4.1
traitlets==5.14.3
tzdata==2024.1
wcwidth==0.2.13

1251
lab_2/lab2.ipynb Normal file

File diff suppressed because one or more lines are too long