Compare commits

...

14 Commits
lab_2 ... main

Author SHA1 Message Date
5905a00c54 Merge pull request 'Готовая лаба 7' (#6) from lab_7 into main
Reviewed-on: #6
2025-02-21 10:19:10 +04:00
Никита Потапов
587f24d78f Готовая лаба 7 2025-02-18 14:53:27 +04:00
01ce1f7897 Merge pull request 'Готовая лаба 5' (#5) from lab_5 into main
Reviewed-on: #5
2024-12-21 14:20:50 +04:00
2efc8078bf Готовая лаба 5 2024-12-21 13:45:48 +04:00
0b3beb63e7 Merge pull request 'Lab4 done' (#4) from lab_4 into main
Reviewed-on: #4
2024-12-21 10:23:58 +04:00
a9f5e9a5c6 Lab4 done 2024-12-21 04:56:36 +04:00
4a0174a6cc Merge pull request 'lab_3' (#3) from lab_3 into main
Reviewed-on: #3
2024-12-06 15:56:14 +04:00
f55225f889 Завершил описание результатов работы 2024-12-01 14:30:48 +04:00
962fc3c2ed Добавил описание датасета 2024-12-01 13:12:30 +04:00
a1830c3724 Закончил работу с FeatureTools
Произвел нормализацию;
Использовал категориальное и One Hot кодирование;
Разбил на выборки и аугментировал;
Обучил модель и исследовал результаты обучения;
2024-12-01 11:09:12 +04:00
bbd412cf41 Обработал датасет и начал констрирование признаков через FeatureTools 2024-11-30 21:54:07 +04:00
870d087ecd Поправил .gitignore 2024-11-30 21:53:21 +04:00
5083a0d491 Подготовил окружение 2024-11-30 21:53:04 +04:00
1d0aac4c8b Merge pull request 'lab_2' (#2) from lab_2 into main
Reviewed-on: #2
2024-11-30 08:44:12 +04:00
13 changed files with 256014 additions and 0 deletions

246023
data/heart_2022_no_nans.csv Normal file

File diff suppressed because it is too large Load Diff

1
lab_3/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
csv/

2456
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.

1
lab_4/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/csv/

5160
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.

1
lab_5/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/csv/

1317
lab_5/lab5.ipynb Normal file

File diff suppressed because one or more lines are too long

BIN
lab_5/requirements.txt Normal file

Binary file not shown.

190
lab_7/.gitignore vendored Normal file
View File

@ -0,0 +1,190 @@
# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
# ---> JupyterNotebooks
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# IPython
profile_default/
ipython_config.py
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

865
lab_7/lab7.ipynb Normal file

File diff suppressed because one or more lines are too long

0
lab_7/requirements.txt Normal file
View File