Files
MachineLearningNotebooks/how-to-use-azureml/explain-model
Roope Astala 556a41e223 version 1.0.21
2019-03-25 15:06:08 -04:00
..
2019-03-25 15:06:08 -04:00
2019-03-25 15:06:08 -04:00
2019-03-25 15:06:08 -04:00

Using explain model APIs

Follow these sample notebooks to learn:

  1. Explain tabular data: Basic example of explaining model trained on tabular data.
  2. Explain local classification: Explain a scikit-learn classification model.
  3. Explain local regression: Explain a scikit-learn regression model.
  4. Explain on remote AMLCompute: Explain a model on a remote AMLCompute target.
  5. Explain classification using Run History: Explain a scikit-learn classification model with Run History.
  6. Explain regression using Run History: Explain a scikit-learn regression model with Run History.
  7. Explain scikit-learn raw features: Explain the raw features of a trained scikit-learn model.