Accessing AI Model
The AI Verify Toolkit supports two modes of accessing the AI models to be tested.
Mode of Access | Framework Libraries Supported | Dataset Type |
---|---|---|
Upload AI Model | LightGBM, Scikit-learn, Tensorflow, XGBoost | Tabular Only |
Upload Pipline | Scikit-learn pipeline | Tabular, image |
Connect to AI Model API | Any AI Framework | Tabular Only |
The list of datatype formats supported are as follows:
Dataset Type | Formats Supported |
---|---|
Tabular | Pandas, Delimiter-separated Values (comma, tab, semicolon, pipe, space, colon) |
Image | .jpeg, .jpg, .png |
Upload AI Model
Upload Pipeline
If your dataset requires pre-processing before being fed into the prediction model, you can upload the pre-processing functions together with your model as a pipeline folder.
Currently, the toolkit supports a limited set of models. Check out the full list of framework and algorithm types supported.