Skip to content
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
1,205 changes: 939 additions & 266 deletions poetry.lock

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ python-logging-discord-handler = {version="^0.1.3", optional = true}
python-dotenv = {version="^0.21.0", optional = true}
kaleido = {version="^1.0.0rc13"}
beautifulsoup4 = {version="^4.12.2", optional = true} # Needed to export HTML reports
brotli = "^1.1.0"
ipynbname = "^2024.1.0.0"

#
# Web server deps
Expand Down Expand Up @@ -124,8 +126,11 @@ pytest-timeout = "^2.3.1"
telegram-bot-logger = {git = "https://github.com/tradingstrategy-ai/telegram_bot_logger.git", branch="main", optional = true}
openapi-core = "0.19.1"
sentry-sdk = {version = "^2.29.1", optional = true}
brotli = "^1.1.0"

# Machine learning
# https://stackoverflow.com/questions/79744362/import-tensorflow-statement-crashes-or-hangs-on-macos/79744363#79744363
tensorflow = {version = "<2.20", optional = true}
scikit-learn = {version="^1.2.0", optional = true}

[tool.poetry.extras]

Expand Down Expand Up @@ -174,13 +179,19 @@ demeter = [
"zelos-demeter",
]

ml = [
"tensorflow",
"scikit-learn",
]

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.2"
ipdb = "^0.13.9"
flaky = "^3.7.0"
pytest-reverse = "^1.5.0"
pytest-mock = "^3.11.1"


[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down
Binary file not shown.
Binary file added tests/machine_learning/lstm/fold_0_model.keras
Binary file not shown.
Binary file added tests/machine_learning/lstm/fold_1_model.keras
Binary file not shown.
Binary file added tests/machine_learning/lstm/fold_2_model.keras
Binary file not shown.
Binary file added tests/machine_learning/lstm/fold_3_model.keras
Binary file not shown.
Loading
Loading