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:stedgeai generate --model ../Python/ml_model/rf.on...