pdp plot treats categorical/binary feature as continuous. How to generate boxplot instead?
Open
- Dominant language
- R
- Stars
- 503
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
```{r}
mod <-Predictor$new(model=model_lasso, data=testing, class="Covid", type="prob")
eff_ccs40 <- FeatureEffect$new(mod, feature = "ccs_dx_40_flg", method = "pdp" )
plot(eff_ccs40)
```

Contributor guide
Assessment
This issue has not been assessed yet.