Create prediction function
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.
Requirements
You need to install pureml-evaluate to apply policies.Running Policy
SuperAlign supports two task types for evaluation, “classification”, and
“regression”.