I used a Random Forest regressor to predict the concrete compressive strength of mixtures with good accuracy. Now, I want to use the Random Forest regressor model to generate possible features when given a specific concrete compressive strength. I will then optimize the costs of the mixtures.
I need to know the parameters in the Random Forest regressor model that is used to make predictions after it has been trained.