You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it is better to use barplot in palce of point pdp plot for categorical variables using autoplot function as suggested here. I am rpoviding a minimal reproduicible example here
Then I have tried the following code to generate barplot
autoplot(cat.pdp, contour = TRUE) +
geom_col()
As we can see, the points are also plotted and the y-axis limit is starting from 0 unlike the point plot where y-axis limits are optimised according to the data.
It would be better if the point plot is repalced by barplot.
The text was updated successfully, but these errors were encountered:
I think it is better to use barplot in palce of point pdp plot for categorical variables using autoplot function as suggested here. I am rpoviding a minimal reproduicible example here
Then I have tried the following code to generate barplot
As we can see, the points are also plotted and the y-axis limit is starting from 0 unlike the point plot where y-axis limits are optimised according to the data.
It would be better if the point plot is repalced by barplot.
The text was updated successfully, but these errors were encountered: