badrouali
✭
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
badrouali ✭
Reactions
-
Re: Models in Vertica
Hi @reli, The solution can be done by creating a UDF to do it. You have to be sure that the library used by your pickle are added in the dependencies when using the create library statement. It can b… (View Post)2 -
Re: pivot or get dummies ?
Hi Steeev, You can do a manual get_dummies the way you're doing: using decode statements. But in this case the "MIN" are useless as you are not aggregating. Pivot and One Hot Encoder are th… (View Post)1