CoolFace
Apppublic

ytrsoymr/StackOverflow-Tag-Prediction

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
pyproject.toml19 linesDownload Raw Back to root
1[project]2name = "stack-overflow"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.13"7dependencies = [8    "beautifulsoup4>=4.13.4",9    "ipykernel>=6.29.5",10    "joblib>=1.4.2",11    "nltk>=3.9.1",12    "pandas>=2.2.3",13    "polar>=0.0.127",14    "polars>=1.29.0",15    "scikit-learn>=1.6.1",16    "streamlit>=1.45.0",17    "xgboost>=3.0.0",18]19