Getting error in deploying machine learning model to arduino nano ble sense

Viewed 19

I have developed the machine learning model and trained it The best algorithm in my case is random forest So i am trying to deploy my trained model to arduino nano ble sense microcontroller. But getting the error( cant find algorithm name in model.h) that is c code. Actually for deploying the model in arduino nano.. we must have 3 codes in same folder if anyone is familiar( random forest, ble sense code, model.h) When i am getting my model.h code I am getting error which is shown in pictureenter image description here

0 Answers
Related