mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-22 18:42:41 -05:00
11 lines
228 B
YAML
11 lines
228 B
YAML
name: train-explain-model-locally-and-deploy
|
|
dependencies:
|
|
- pip:
|
|
- azureml-sdk
|
|
- azureml-interpret
|
|
- interpret-community[visualization]
|
|
- matplotlib
|
|
- azureml-contrib-interpret
|
|
- sklearn-pandas<2.0.0
|
|
- ipywidgets
|