Skip to content

Commit 2bd2bd9

Browse files
committed
Add numpy, click, and pyarrow to requirements
1 parent d4a450a commit 2bd2bd9

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

bank_subscription_prediction/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,13 @@ settings:
135135
required_integrations:
136136
- sklearn
137137
- pandas
138+
- numpy
138139
requirements:
139140
- matplotlib
140141
- xgboost
141-
- seaborn
142142
- plotly
143-
- jupyter
143+
- click
144+
- pyarrow
144145

145146
# Model Control Plane config
146147
model:

bank_subscription_prediction/configs/baseline.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ settings:
66
required_integrations:
77
- sklearn
88
- pandas
9+
- numpy
910
requirements:
1011
- matplotlib
1112
- xgboost
12-
- seaborn
1313
- plotly
14-
- jupyter
14+
- click
15+
- pyarrow
1516

1617
# configuration of the Model Control Plane
1718
model:

bank_subscription_prediction/configs/deeper_trees.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ settings:
66
required_integrations:
77
- sklearn
88
- pandas
9+
- numpy
910
requirements:
1011
- matplotlib
1112
- xgboost
12-
- seaborn
1313
- plotly
14-
- jupyter
14+
- click
15+
- pyarrow
1516

1617
# configuration of the Model Control Plane
1718
model:

bank_subscription_prediction/configs/more_trees.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ settings:
66
required_integrations:
77
- sklearn
88
- pandas
9+
- numpy
910
requirements:
1011
- matplotlib
1112
- xgboost
12-
- seaborn
1313
- plotly
14-
- jupyter
14+
- click
15+
- pyarrow
1516

1617
# configuration of the Model Control Plane
1718
model:

0 commit comments

Comments
 (0)