Compare commits

...

7 Commits
main ... lab3

Author SHA1 Message Date
8e22bc96c0 sdano✔️ 2024-11-09 09:10:23 +04:00
af03548321 sdano✔️ 2024-10-26 14:04:14 +04:00
3829fecfe3 vrode all done 2024-10-19 23:03:18 +04:00
430ecbd938 Merge branch 'lab2' of https://git.is.ulstu.ru/asoc1al/MAI_ISE-31_Andrikhov-A-S into lab2 2024-10-19 13:14:35 +04:00
d784f43826 half of the 2nd lab 2024-10-19 13:14:28 +04:00
5ad92c30bb Обновить README.md 2024-10-19 09:56:21 +04:00
d02f6c55a1 Reapply "lab1"
This reverts commit 496f63e08c.
2024-10-19 09:16:38 +04:00
13 changed files with 1294661 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# MAI_ISE-31_Andrikhov-A-S # MAI_ISE-31_Andrikhov-A-S
Методы искусственного интеллекта ### Методы искусственного интеллекта Андрихов ИСЭ-31
### Датасет: https://www.kaggle.com/datasets/kamilpytlak/personal-key-indicators-of-heart-disease

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4554
lab1.ipynb Normal file

File diff suppressed because one or more lines are too long

2203
lab2.ipynb Normal file

File diff suppressed because one or more lines are too long

1101
lab3.ipynb Normal file

File diff suppressed because one or more lines are too long

246023
new.csv Normal file

File diff suppressed because it is too large Load Diff

1704
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

25
pyproject.toml Normal file
View File

@ -0,0 +1,25 @@
[tool.poetry]
name = "mii-lab1"
version = "0.1.0"
description = "labi po mai"
authors = ["asoc1al <windows0804@yandex.ru>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
pandas = "^2.2.3"
matplotlib = "^3.9.2"
seaborn = "^0.13.2"
numpy = "^2.1.2"
scikit-learn = "^1.5.2"
imblearn = "^0.0"
featuretools = "^1.31.0"
setuptools = "^75.3.0"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"