FeatureImp plot N features only
Open
- Dominant language
- R
- Stars
- 503
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
I have several hundred features, and I want to plot only 10. What is the argument to use in plot function?
```
imp <- FeatureImp$new(predictor, loss = "f1", n.repetitions = 5)
plot(imp, 10)
```
Contributor guide
Assessment
This issue has not been assessed yet.