INITIAL COMMIT (w2+3)

This commit is contained in:
2025-05-11 21:12:07 +02:00
commit 2e4986cc63
27 changed files with 19948 additions and 0 deletions

12
pyproject.toml Normal file
View File

@ -0,0 +1,12 @@
[project]
name = "advanced-methods-practise-sose2025"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ipykernel>=6.29.5",
"matplotlib>=3.10.1",
"numpy>=2.2.5",
"scikit-learn>=1.6.1",
]