mayer79 / flashlight

Machine learning explanations
https://mayer79.github.io/flashlight/
GNU General Public License v2.0
22 stars 4 forks source link

Roadmap to Version 1.0 #53

Open mayer79 opened 1 year ago

mayer79 commented 1 year ago

During the next months, "flashlight" will be revised with the following changes in mind:

Backlog

library(ggplot2)
library(ggside)

ggplot(iris, aes(Species, Sepal.Width)) + 
  geom_jitter(aes(color = Species)) + 
  geom_xsidebar(aes(fill=Species)) +
  geom_ysidehistogram(bins = 9) +
  theme_ggside_void()
image