mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-23 11:02:39 -05:00
15 lines
239 B
YAML
15 lines
239 B
YAML
name: explain-model-on-amlcompute
|
|
dependencies:
|
|
- pip:
|
|
- azureml-sdk
|
|
- azureml-interpret
|
|
- flask
|
|
- flask-cors
|
|
- gevent>=1.3.6
|
|
- jinja2
|
|
- ipython
|
|
- matplotlib
|
|
- azureml-dataset-runtime
|
|
- ipywidgets
|
|
- raiwidgets~=0.7.0
|