Hi,
I'm trying to automate the feature selection process in our machine learning process, dynamically filtering out all variables that have only 1 value and the string ones that have over 32.
I managed to do most of the job using a few basic data profile tools, followed by some filters to exclude unwanted columns and a cross-tab to get it back to columnar format.
My problem now is that this way I loose the original field type and I need to find a way to reassign it before I do an union to actually select the final columns. Is there any way to do it in Alteryx?
Workflow attached.
Thanks in advance!