Skip to content

Commit 655a3b5

Browse files
authored
Merge pull request #64 from sfc-gh-skhara/ml-with-github-cicd
Adding model registry code to TPCDS demo
2 parents bd784f2 + 38f8dd9 commit 655a3b5

File tree

5 files changed

+488
-767
lines changed

5 files changed

+488
-767
lines changed

tpcds-customer-lifetime-value/environment.yml

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,22 @@ channels:
44
- nodefaults
55
dependencies:
66
- python=3.9
7-
- pip
8-
- pip:
9-
# Basics
10-
- pandas==1.5.3
11-
- numpy==1.23.5
12-
# ML
13-
- scikit-learn==1.2.2
14-
- xgboost==1.7.3
15-
- tensorflow
16-
# Visualization
17-
- scipy==1.10.1
18-
- seaborn==0.12.2
19-
- matplotlib==3.7.1
20-
# Misc
21-
- cloudpickle==2.0.0
22-
- jupyter==1.0.0
23-
- cachetools==4.2.2
24-
- joblib==1.1.1
25-
- imbalanced-learn==0.10.1
26-
- torch==1.10.2
27-
- pytorch-tabnet==3.1.1
28-
- snowflake-snowpark-python
29-
- snowflake_ml_python
7+
# Basics
8+
- pandas==1.5.3
9+
- numpy==1.23.5
10+
# ML
11+
- scikit-learn==1.2.2
12+
- xgboost==1.7.3
13+
- tensorflow
14+
# Visualization
15+
- scipy==1.10.1
16+
- seaborn==0.12.2
17+
- matplotlib==3.7.1
18+
# Misc
19+
- cloudpickle==2.0.0
20+
- jupyter==1.0.0
21+
- cachetools==4.2.2
22+
- joblib==1.1.1
23+
- snowflake-snowpark-python
24+
- snowflake-ml-python
25+
- pip
-469 KB
Binary file not shown.
-139 KB
Binary file not shown.
-458 KB
Binary file not shown.

0 commit comments

Comments
 (0)