From 9cfd3b4415e9b8fc67811f071c88890a553f5797 Mon Sep 17 00:00:00 2001 From: poxf2i6c4 <2437587625@qq.com> Date: Mon, 20 Jan 2025 19:25:28 +0800 Subject: [PATCH] ADD file via upload --- requirements.txt | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d27b03c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,57 @@ +# requirements.txt +numpy +pandas +scikit-learn +matplotlib +seaborn +textblob +nltk +gensim +xgboost +lightgbm +catboost +imbalanced-learn +optuna +shap +plotly + dash + flask + sqlalchemy + psycopg2-binary + redis + celery + fastapi + uvicorn + pydantic + pytest + black + flake8 + mypy + isort + pre-commit + jupyter + jupyterlab + nbconvert + papermill + mlflow + dvc + great-expectations + prefect + kedro + feast + bentoml + ray + pytorch + tensorflow + transformers + spacy + fasttext + allennlp +torchtext +fairseq +huggingface-hub +datasets +tokenizers +sentencepiece +sacremoses +tqdm \ No newline at end of file