Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong label for the figure 15.3 #76

Open
lionelkusch opened this issue Jan 31, 2025 · 0 comments
Open

Wrong label for the figure 15.3 #76

lionelkusch opened this issue Jan 31, 2025 · 0 comments

Comments

@lionelkusch
Copy link

The label of y-axis of the right figure 15.3 is : lift\max_lift
My interpretation is that the value should be 0 and 1. It's not the case.
I assume that the label is wrong or that the division by 0.3222 is not good.

pl2 <- plot(model_performance(explain_rf), geom = "lift") +
geom_line(aes(pr, lift/0.3222), size=1.4, color = "#371ea3") + theme(legend.position = "none") + theme_ema + ylim(1,3.13)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant