Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up the structure of the acestor repo [ENO-16] #1

Open
wants to merge 3 commits into
base: production
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,26 @@
name = "acestor"
version = "0.1.0"
description = "Package to run different disease models"
authors = ["Sai Sneha <[email protected]>"]
authors = [
"Sai Sneha <[email protected]>",
"Tarun Khandelwal <[email protected]>",
]
maintainers = [
"Sai Sneha <[email protected]>",
"Tarun Khandelwal <[email protected]>",
]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
pandas = "^2.2.2"
numpy = "^2.0.1"
scikit-learn = "^1.5.1"
logging = "^0.4.9.6"
scipy = "^1.14.0"
matplotlib = "^3.9.1"
plotly = "^5.23.0"
statsmodels = "^0.14.2"


[build-system]
Expand Down
Empty file.
Empty file added src/acestor/dengue/models/nn.py
Empty file.
Empty file.