I'm reading sklearn Decision Trees reference page.
In the advantages section, it is mentioned that 'Possible to validate a model using statistical tests. That makes it possible to account for the reliability of the model.'
Can someone please explain what statistical tests are performed to validate the DT model?