CCS-Lab / easyml

A toolkit for easily building and evaluating machine learning models.
https://ccs-lab.github.io/easyml
Other
40 stars 16 forks source link

Error in easy_glmnet #57

Closed youngahn closed 7 years ago

youngahn commented 7 years ago
data("cocaine_dependence", package = "easyml")
easy_glmnet(cocaine_dependence, "diagnosis", 
                      family = "binomial", exclude_variables = c("subject", "age"), 
                      categorical_variables = c("male"))

[1] "Replicating coefficients:" |==================================================| 100% elapsed =03s, remaining ~00s Error in easy_glmnet(cocaine_dependence, "diagnosis", family = "binomial", : could not find function "plot_coefficients_processed"

paulhendricks commented 7 years ago

See 9f29e6ce8d9a71f816b79fb969f1edbcf55ea81e.