Browse Source

Version One

Ziqi Dai 1 month ago
commit
92b61a3f98
4 changed files with 30 additions and 0 deletions
  1. 0 0
      README.md
  2. 29 0
      requirements.txt
  3. BIN
      铜/eta/1.铜_数据上传.xlsx
  4. 1 0
      铜/test.py

+ 0 - 0
README.md


+ 29 - 0
requirements.txt

@@ -0,0 +1,29 @@
+# Python version
+python==3.12.4
+
+# 基础科学计算包
+numpy==1.26.4
+pandas==2.2.3
+scipy==1.13.1
+
+# 机器学习相关
+scikit-learn==1.5.1
+tensorflow==2.18.0
+tensorflow-intel==2.18.0
+torch==2.6.0
+transformers==4.49.0
+
+# 数据可视化
+matplotlib==3.10.0
+seaborn==0.13.2
+plotly==5.24.1
+
+# 其他工具
+tqdm==4.66.4
+requests==2.31.2
+python-dotenv==0.21.0
+
+# 额外的依赖
+xgboost==2.1.3
+optuna==4.1.0
+shap==0.46.0

BIN
铜/eta/1.铜_数据上传.xlsx


+ 1 - 0
铜/test.py

@@ -0,0 +1 @@
+print('Hello World')