Ryan Clough
10/15/2024, 10:48 PMRyan Clough
10/15/2024, 10:50 PMRyan Clough
10/15/2024, 10:52 PMjay
10/16/2024, 1:45 AMjay
10/16/2024, 1:47 AMJake Waller
10/16/2024, 8:42 AMRyan Clough
10/16/2024, 2:35 PM(x-mean)/std_dev to the column.
When we serve the model in real time, we want to ensure the same transformations we did during training can be applied at serving time. In this specific case, it wouldn't be so hard to take the aggregate metadata (mean+std dev for each column) and "manually" apply the function, but many transformations are more complex than this, so being able to serialize it and apply to future data is idealRyan Clough
10/16/2024, 2:37 PMAre you thinking of doing something like numba/JIT-compiling a Python UDF?I can't even say I've thought that far about it, I'm very new to the daft project and exploring its possibilities. It sounds to me that specifically support for python UDFs would block this from being possible
jay
10/16/2024, 6:58 PMRyan Clough
10/17/2024, 3:05 PMjay
10/17/2024, 9:09 PM