RandomForestClassifier using stedgeai
I am attempting to deploy an sklearn RandomForestClassifier on a STM32H7 using ST Edge AI.
I am using the following function to export the RandomForestClassifier to ONNX:

My call to the stedgeai cli is:
`network_val_c_outputs_2.csv`

`network_val_m_outputs_2.csv`

Next, I repeated the above experiment using a sklearn DecisionTreeClassifier. I found that the ouputs in c matched the original model both compiled by stedgeai and in python.
I am looking for support to successfully convert and deploy the RandomForestClassifier to my stm32h7 device. If anyone has experience with this deployment I would appreciate the help.
