bdwilliamson / vimp

Perform inference on algorithm-agnostic variable importance
http://bdwilliamson.github.io/vimp/
Other
21 stars 8 forks source link

plot_vim may return the wrong y-axis labels #9

Closed bdwilliamson closed 4 years ago

bdwilliamson commented 4 years ago

In some cases, plot_vim returns incorrect y-axis labels. This can be fixed, for now, by using a different method of plotting (e.g., ggplot).

bdwilliamson commented 4 years ago

Fixed in v2.0.1 (because we no longer support plot_vim; instead, we recommend using ggplot2 and cowplot [for an example, see the vignette])