Hi I want to use Random Forest for Training for motion recognition my Project. But I cant use it for free how can I solve it? and I am using Seeed Xiao Studio nrf52840.

Hi I want to use Random Forest for Training for motion recognition my Project. But I cant use it for free how can I solve it? and I am using Seeed Xiao Studio nrf52840.

Right now integrated Classical ML support for algorithms like Random Forest are enterprise only. The good news is you can use our “Custom Learning Block” feature in the free tier to build your own random forest learning block and upload it into the platform to train and deploy. We have an example here for Logistic Regression with scikit learn which would take minimal changes to implement random forest yourself: