2020-08-12 03:08 AM
I created a sklearn random forest decision tree, which I would like deploy to a STM32H743. I am unable to "Analyse" or "Validate" the model in X-Cube-AI Ver 5.1.2. All I get is an "internal error" message in the log file.
The conversion to ONNX was done using https://github.com/onnx/sklearn-onnx
Can anyone offer any help please?
2020-08-14 03:52 AM
Hello jht76,
As of today only neural networks are supported in X-Cube-AI, decision trees and other sklearn classifiers/regressors can't be analyzed or validated
Best regards,
Romain