Machine Learning UDF’s in Avalanche, VectorH, and Vector – Creating UDF’s in Database – Part 2
In the first part of this two-part article, we created the model. In this installment, we will create the UDF’s in database. We can convert the model to Python, and I used m2cgen to transpile the sklearn model to Python model I will be making 3 types of UDF’s, Python UDF JavaScript UDF Saving…