feat: init Learning class and add drop_empty_price function

This commit is contained in:
2026-03-28 15:51:46 +01:00
parent 416cfcbf8b
commit 106877a073
5 changed files with 49 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ dependencies = [
"beautifulsoup4==4.14.3",
"pandas==2.3.3",
"tqdm==4.67.3",
"scikit-learn==1.7.2"
]
[tool.pytest.ini_options]