first commit

This commit is contained in:
2025-04-04 13:28:56 +03:00
commit 2adb419f83
89 changed files with 113532 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "jupyter"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"catboost>=1.2.7",
"matplotlib>=3.10.1",
"notebook>=7.3.3",
"pandas>=2.2.3",
"scikit-learn>=1.6.1",
"seaborn>=0.13.2",
]