I see that yardstick is missing adjusted R^2. I'm not troubled by this, but I am in a working group that is approaching tidymodels for the first time and I keep getting asked why it isn't available.
I'm trying to understand the justification for leaving it out. Is it that:
- Using adjusted R^2 to evaluate a trained model something you want to discourage; and
- The advantages of using adjusted R^2 are slight when fitting a complex model?
Thank you.