How to access tree level predict using FastForestRegressionModel in ML.NET?

qdeng 1 Reputation point
2021-07-30T13:11:48.553+00:00

I trained FastForest regression model with 200 trees, need to generate predict distribution by tree level predict. This can be easily done in python scikit-learn random forest model using each estimator to predict. In VS debug, I can see the TrainedTreeEnsemble under model.LastTransformer.Model, but no interface for calling individual tree to predict. Please share any inside you have. Thanks.

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
0 comments No comments
{count} votes