UiPath Skymind Intelligence Layer - Inferences

Hi experts,

I would like to ask about UiPath SKIL activities related topic. I had deployed a tensorflow .pb model on SKIL and would like to perform inference through SKIL activities in UiPath. I wanted to ask if there is a way to perform inference using “classify data” without go through the “Transform Data” process? meaning direct perform inference using model only. if yes, how should i construct my input data form in order to sent to SKIL for inference.
Let’s assume i have a input shape of (1,24). *csv input format.

Thanks!