This commit is contained in:
Aleksey Filippov 2025-02-07 12:01:51 +04:00
parent 83a464582a
commit 2eb606fb39
4 changed files with 1856 additions and 106 deletions

BIN
assets/fis.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

1582
lec7.ipynb Normal file

File diff suppressed because one or more lines are too long

377
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -9,12 +9,15 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
jupyter = "^1.1.1"
rpds-py = "^0.18.0"
numpy = "^2.1.0"
pandas = "^2.2.2"
matplotlib = "^3.9.2"
imbalanced-learn = "^0.12.3"
featuretools = "^1.31.0"
gymnasium = "^1.0.0"
scikit-fuzzy = "^0.5.0"
networkx = "^3.4.2"
[build-system]