Random Forest interpretation in scikit-learn
问题 I am using scikit-learn's Random Forest Regressor to fit a random forest regressor on a dataset. Is it possible to interpret the output in a format where I can then implement the model fit without using scikit-learn or even Python? The solution would need to be implemented in a microcontroller or maybe even an FPGA. I am doing analysis and learning in Python but want to implement on a uC or FPGA. 回答1: You can check out graphviz, which uses 'dot language' for storing models (which is quite