-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Is it possible to inverse the plot
eg:

Above is plotted by Target Field and each predictors on same line, if there are many features the plot looks too clustered.
Is it possible to split plot by predictors and each line showing target distribution, like the ggridges in R
ggplot(gather.data.train,aes(y = variable, fill = Target, x = value, alpha=0.4)) + geom_density_ridges(scale = 5)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
