Welcome to ClientVPS Mirrors

NEWS

vip 0.4.5

Fixed

Changed

vip 0.4.3

Fixed

Changed

Added

Removed

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

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.