Skip to content

Is it possible to inverse the plot? #62

@hanzigs

Description

@hanzigs

Is it possible to inverse the plot
eg:
image

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)

image
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions