Documentation Index
Fetch the complete documentation index at: https://docs.superalign.ai/llms.txt
Use this file to discover all available pages before exploring further.
Create prediction function
Refer to Prediction Section on to how to create a prediction function and add it to a version of a model.Create validation dataset
SuperAlign expects the dataset version to be used for validation in a specific manner.Run your first evaluation
Any dataset that is intended to be used in model validation should be
registered in a dictionary format with mandatory keys; “x_test” for testing
data, and “y_test” for dataset labels.
Running Evaluator
SuperAlign supports two task types for evaluation, “classification”, and
“regression”.