Random Forest plot standardized
For a data science project, I first used a standardized scaler on data in python, ran random forest then plotted the tree. However, the values of the decisions are in their standardized form. How do I plot the unscaled data?
Example: as is: decision node based on Age = 2.04 desired: decision node based on Age = 30
Topic machine-learning-model decision-trees random-forest python
Category Data Science