Skip to content

Commit

Permalink
Update report_regression.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
HubertR21 authored Dec 6, 2023
1 parent 5cd50e8 commit 0e3b3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/rmd/report_regression.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if (grepl('ranger', params$train_output$score_valid$name[1])) {
}
if (engine != c('catboost') && !is.null(engine)) { # For catboost there is an error with DALEX::model_parts().
draw_feature_importance(params$train_output$models_list[[out_clf$score_valid$name[1]]],
draw_feature_importance(params$train_output$models_list[[params$train_output$score_valid$name[1]]],
params$train_output$valid_data,
params$train_output$y)
} else {
Expand Down

0 comments on commit 0e3b3e5

Please sign in to comment.