mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-23 11:02:39 -05:00
14 lines
222 B
YAML
14 lines
222 B
YAML
name: train-explain-model-locally-and-deploy
|
|
dependencies:
|
|
- pip:
|
|
- azureml-sdk
|
|
- azureml-interpret
|
|
- flask
|
|
- flask-cors
|
|
- gevent>=1.3.6
|
|
- jinja2
|
|
- ipython
|
|
- matplotlib
|
|
- ipywidgets
|
|
- raiwidgets~=0.7.0
|