Compare commits

...

2 Commits
main ... lab1

Author SHA1 Message Date
5841a81c0b Обновить README.md 2024-10-19 09:57:27 +04:00
d02f6c55a1 Reapply "lab1"
This reverts commit 496f63e08c.
2024-10-19 09:16:38 +04:00
8 changed files with 1262928 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

4554
lab1.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

1377
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

19
pyproject.toml Normal file
View File

@ -0,0 +1,19 @@
[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"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"