Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-02-25 18:32:11 +09:00
commit c611b400ae
40 changed files with 24532 additions and 0 deletions

25
requirements.txt Normal file
View File

@@ -0,0 +1,25 @@
#numpy==1.24.3
#pandas==2.0.3
#scikit-learn==1.3.0
#requests==2.31.0
bs4
numpy>=1.21.0
pandas>=1.3.0
scikit-learn>=1.0.0
requests>=2.25.0
python-telegram-bot>=13.0
# 고급 머신러닝
xgboost>=1.5.0
lightgbm>=3.2.0
# 통계 분석
scipy>=1.7.0
# 웹 스크래핑
beautifulsoup4>=4.9.0
# 데이터 시각화 (선택사항)
matplotlib>=3.3.0
seaborn>=0.11.0