Compare commits

...

16 Commits
lab_1 ... main

Author SHA1 Message Date
b30730b14d Merge pull request 'Лабораторная работа №4. Макаров Давид, ПИбд-31' (#6) from lab_4 into main
Reviewed-on: #6
2024-11-16 08:48:19 +04:00
265465d26c Merge pull request 'Лабораторная работа №3. Макаров Давид, ПИбд-31' (#5) from lab_3 into main
Reviewed-on: #5
2024-11-16 08:46:34 +04:00
shirotame
e8a8531353 2 business goals of 2 2024-11-15 16:47:21 +04:00
shirotame
c5a7faf923 1 business goal of 2 2024-11-15 00:44:23 +04:00
shirotame
533586403d fix error 2024-11-08 21:42:42 +04:00
shirotame
deb02bf3fb import fix 2024-11-08 19:33:42 +04:00
shirotame
aba49c7a75 lab_3 done 2024-11-08 19:32:49 +04:00
shirotame
550cec807c add lab_1 2024-11-08 16:18:39 +04:00
2448ceacbf Merge pull request 'Лабораторная работа №2. Макаров Давид, ПИбд-31' (#4) from lab_2 into main
Reviewed-on: #4
2024-10-25 15:21:22 +04:00
shirotame
8f3548be35 3 of 3 datasets 2024-10-20 00:37:12 +04:00
shirotame
deec6ed791 done dataset 1 of 3 2024-10-19 00:25:57 +04:00
d66a51082d Merge pull request 'Лабораторная работа №1. Макаров Давид, ПИбд-31' (#3) from lab_1 into main
Reviewed-on: #3
2024-09-27 23:23:20 +04:00
ad4abf240f revert 579ad0c209
revert readme.md update
2024-09-27 19:51:03 +04:00
f125a00841 revert b988daae81
revert readme.md update
2024-09-27 19:50:49 +04:00
b988daae81 readme.md update 2024-09-27 19:41:47 +04:00
579ad0c209 readme.md update 2024-09-27 19:41:16 +04:00
7 changed files with 8769 additions and 0 deletions

4
.gitignore vendored
View File

@ -13,6 +13,10 @@ ipython_config.py
aimenv/
.venv/
# CSV datasets
static/*
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/

3287
lab_2/lab2.ipynb Normal file

File diff suppressed because one or more lines are too long

BIN
lab_2/requirements.txt Normal file

Binary file not shown.

1546
lab_3/lab3.ipynb Normal file

File diff suppressed because one or more lines are too long

BIN
lab_3/requirements.txt Normal file

Binary file not shown.

3932
lab_4/lab4.ipynb Normal file

File diff suppressed because one or more lines are too long

BIN
lab_4/requirements.txt Normal file

Binary file not shown.