move to github
Browse files- environment-old-lib.yml +0 -20
- environment.yml +0 -21
environment-old-lib.yml
DELETED
|
@@ -1,20 +0,0 @@
|
|
| 1 |
-
name: ds1000-py310-old
|
| 2 |
-
channels:
|
| 3 |
-
- defaults
|
| 4 |
-
- conda-forge
|
| 5 |
-
dependencies:
|
| 6 |
-
- python=3.10
|
| 7 |
-
- yaml
|
| 8 |
-
- pip
|
| 9 |
-
- pip:
|
| 10 |
-
- gensim==4.2.0
|
| 11 |
-
- matplotlib==3.5.2
|
| 12 |
-
- numpy==1.21.6
|
| 13 |
-
- pandas==1.3.5
|
| 14 |
-
- scikit-learn==1.0.2
|
| 15 |
-
- scipy==1.7.3
|
| 16 |
-
- seaborn==0.11.2
|
| 17 |
-
- statsmodels==0.13.2
|
| 18 |
-
- tensorflow==2.10.0
|
| 19 |
-
- torch==1.12.1
|
| 20 |
-
- xgboost==1.6.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
environment.yml
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 1 |
-
name: ds1000-py310
|
| 2 |
-
channels:
|
| 3 |
-
- defaults
|
| 4 |
-
- conda-forge
|
| 5 |
-
- pytorch
|
| 6 |
-
dependencies:
|
| 7 |
-
- python=3.10
|
| 8 |
-
- gensim==4.3.2
|
| 9 |
-
- matplotlib==3.8.4
|
| 10 |
-
- numpy==1.26.4
|
| 11 |
-
- pandas==1.5.3
|
| 12 |
-
- pytorch::cpuonly
|
| 13 |
-
- pytorch::pytorch==2.2.0
|
| 14 |
-
- seaborn==0.13.2
|
| 15 |
-
- scikit-learn==1.4.0
|
| 16 |
-
- scipy==1.12.0
|
| 17 |
-
- statsmodels==0.14.1
|
| 18 |
-
- xgboost==2.0.3
|
| 19 |
-
- yaml
|
| 20 |
-
- pip:
|
| 21 |
-
- tensorflow-cpu==2.16.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|