Initial commit

This commit is contained in:
Chris Proctor
2026-06-22 16:11:05 -04:00
commit b81e182942
8 changed files with 170133 additions and 0 deletions

21
pyproject.toml Normal file
View File

@@ -0,0 +1,21 @@
[project]
name = "lab-estimation"
version = "0.1.0"
description = "Estimation lab: fitting and interpreting linear regression models"
requires-python = ">=3.11"
dependencies = [
"pandas>=2.0",
"numpy>=1.24",
"scikit-learn>=1.3",
"matplotlib>=3.7",
"seaborn>=0.12",
"jupyterlab>=4.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
package = false