Xboost training

This commit is contained in:
2026-07-28 13:22:36 +03:00
parent 7943f48d47
commit dde7e81bf8
5 changed files with 260 additions and 0 deletions
+3
View File
@@ -6,8 +6,11 @@ readme = "README.md"
requires-python = ">=3.11,<3.12"
dependencies = [
"ib-insync>=0.9.86",
"matplotlib>=3.11.1",
"pandas>=2.3.0",
"pyarrow>=20.0.0",
"scikit-learn>=1.9.0",
"xgboost>=3.2.0",
]
[dependency-groups]