tensorflow / tensorflow/tensorboard

Plugin What-If tool: partial dep plot y-range not dynamic

Open
#1,537 6 comments 0 reactions 1 assignee View on GitHub

@jameswex is already working on this.

Since Oct 22, 2018.

plugin:what-if-tool
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

Context:

  • TensorBoard master commit 728db3ef3442795a671c80f4a6a76bf1a0914d61

Description:

When using the partial dependence plots in the What-If plugin, the y-axis range of the plots is not dynamic. For example, in my case, the inference score varies from 0.0 to 0.04 (relating to some event probability). However, the y-axis range is fixed to a range of [0.0,1.0], making it very difficult to gauge the feature dependences visually (see below).

screen shot 2018-10-21 at 2 43 10 pm

I'm talking about https://github.com/tensorflow/tensorboard/blob/7b0cc57c32915a8994c51ee7fc377a57108fea99/tensorboard/plugins/interactive_inference/tf_interactive_inference_dashboard/tf-interactive-inference-dashboard.html#L3495-L3497 specifically. I guess this might not be a bug but intended, however it does not fit a use case where the estimated probabilities are in a subset of [0,1] (e.g., 0-0.04] in my case.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.