eval classification model with simple metrics

This commit is contained in:
2026-06-18 11:19:50 +08:00
parent edb72dcb86
commit 253d16f84e
11 changed files with 316 additions and 1 deletions

View File

@ -13,6 +13,7 @@ dependencies = [
"dvc~=3.67.1",
"dvclive~=3.49.1",
"dvc-webdav~=3.0.1",
"matplotlib~=3.11.0",
]
[dependency-groups]
@ -40,3 +41,10 @@ quote-style = 'single'
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["quickdraw_bot"]