The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

vip 0.4.1

Changed

vip 0.4.0

Changed

Added

Removed

Fixed

vip 0.3.2

Miscellaneous

vip 0.3.1

Miscellaneous

vip 0.3.0

User-visable changes

Bug fixes

Miscellaneous

vip 0.2.2

User-visible changes

vip 0.2.1

Enhancements

User-visible changes

An example illustrating the above two changes is given below:

# Load required packages
library(ggplot2)  # for `aes_string()` function

# Load the sample data
data(mtcars)

# Fit a linear regression model
model <- lm(mpg ~ ., data = mtcars)

# Construct variable importance plots
p1 <- vip(model)
p2 <- vip(model, mapping = aes_string(color = "Sign"))
p3 <- vip(model, type = "dotplot")
p4 <- vip(model, type = "dotplot", mapping = aes_string(color = "Variable"),
          aesthetics = list(size = 3))
grid.arrange(p1, p2, p3, p4, nrow = 2)

Miscellaneous

Bug fixes

vip 0.1.3

New functions

Breaking changes

Minor changes

vip 0.1.2

vip 0.1.1

vip 0.1.0

vip 0.0.1

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.