Machine learning input with numerical columns and array columns, handling mixed-type data in machine learning
I am working on a machine learning project where I have a dataset with a combination of numeric columns and columns containing arrays. The numeric columns (eg. Mean) contain single values, while the columns with arrays (eg. Gradient) can have a variable number of elements per row.