I have a special technical question about sklearn, a random forest classifier.
After setting the data using the ".fit (X, y)" method, is there a way to extract the actual trees from the evaluator object in some common format, so the ".predict (X)" method can be implemented outside of python?
scikit-learn
user3095701
source share