load_model
Load pre-trained machine learning models from OpenXAI MCP Server to evaluate AI explanation methods, specifying dataset name and model type (e.g., ANN, LR, RF, SVM, XGB).
Instructions
Load a pre-trained model from OpenXAI
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data_name | Yes | Name of the dataset the model was trained on | |
ml_model | Yes | Type of machine learning model (ann, lr, rf, svm, xgb) | |
pretrained | No | Whether to load a pretrained model |