eval classification model with simple metrics
This commit is contained in:
@ -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"]
|
||||
Reference in New Issue
Block a user