File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
bank_subscription_prediction Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff 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
146147model :
Original file line number Diff line number Diff 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
1718model :
Original file line number Diff line number Diff 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
1718model :
Original file line number Diff line number Diff 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
1718model :
You can’t perform that action at this time.
0 commit comments