pymc-devs / pymc-devs/pymc-bart
Add rug to `plot_pdp`
Open
Nobody has claimed this yet.
enhancement
good first issue
- Dominant language
- Python
- Stars
- 156
- Forks
- 32
- Avg merge
- 15h 6m
- Merged PRs (30d)
- 1
Description
It would be useful to be able to see the input locations of the data on the partial dependence plots as a set of ticks along the x-axis. Should be a simple feature to add.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the plot_pdp entry point named in the issue and inspect how its plotting options are defined. The work is done when input locations appear as ticks along the x-axis of the partial dependence plots without changing the existing plot behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100