NEWS.md

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



Try the vip package in your browser

Any scripts or data that you put into this service are public.

vip documentation built on Aug. 21, 2023, 5:12 p.m.