integrations
Spark UDFs
Use Pyvorin with PySpark user-defined functions.
Published May 30, 2026
PySpark UDF
from pyspark.sql.functions import udf
@udf("double")
def compute_score(value):
return compiled_score(value)