WIP – Very early build, things are very likely to change – WIP
The goal of horus is to allow quick visualization methods for common machine learning and modeling tasks. This project is hugely inspired by the Python library yellowbrick.
For the time being horus
is only available on Github, and can be
installed with devtools
:
# install.packages('devtools')
devtools::install_github('EmilHvitfeldt/horus')
In the future the package will be available on CRAN as well.
There is no reason why a principal component plot of a data set should be as hard as it currently is in R. Using horus it is down to a single line!
library(horus)
viz_pca(iris, Species)
Random Forrest variability Visualization
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.