Files

16 lines
536 B
Plaintext
Raw Permalink Normal View History

# ── Paper / data-collection + XGBoost inference (all you need to run the study) ──
aiohttp
orjson
numpy
xgboost
scikit-learn # the live engine loads its XGBoost gates via XGBClassifier
# ── Live trading only (--trade). NOT needed for paper mode. ──
# The live executor uses a specific Polymarket CLOB client fork (py_clob_client_v2)
# that is not on PyPI. Install Polymarket's py-clob-client and adapt, or wire your
# own. Left commented so paper mode installs clean.
# python-dotenv
# web3
# httpx
# py-clob-client