Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip failed calculations #78

Merged
merged 7 commits into from
Dec 28, 2018
Merged

Skip failed calculations #78

merged 7 commits into from
Dec 28, 2018

Conversation

yutannihilation
Copy link
Owner

@yutannihilation yutannihilation commented Dec 28, 2018

Fix #70 (and #66)

library(gghighlight)
#> Loading required package: ggplot2
library(glmnetUtils)
library(ggfortify)

model <- glmnet(medv ~ ., data = MASS::Boston)

autoplot(model, xvar = "lambda") +
  gghighlight(variable == "crim", use_group_by = FALSE)
#> Warning: Could not calculate the predicate for layer 2; ignored
#> label_key: variable

Created on 2018-12-28 by the reprex package (v0.2.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant