what-if-tool icon indicating copy to clipboard operation
what-if-tool copied to clipboard

Source code/webpage/demos for the What-If Tool

Results 94 what-if-tool issues
Sort by recently updated
recently updated
newest added

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Hi, I tried to use WIT in vscode(Visual Studio Code), but witwidget didn't display on it. So i executed the same code in my jupyter notebook, it worked. Do i...

Can What-if-tool handle multimodal structural data which has continuous, categorical, text and image columns? Could you point me to some examples on how to set up wit for such TF...

example = tf.train.Example(features=tf.train.Features(feature={ 'dense_input': tf.train.Feature(float_list=tf.train.FloatList(value=dense)), 'sparse_ids_input': tf.train.Feature(int64_list=tf.train.Int64List(value=feat_ids)), 'sparse_wgt_input': tf.train.Feature(float_list=tf.train.FloatList(value=feat_vals)), 'seq_50_input': tf.train.Feature(int64_list=tf.train.Int64List(value=seq_50)), 'is_click': tf.train.Feature(int64_list=tf.train.Int64List(value=[int(labels)])), })) writer.write(example.SerializeToString())

I am using what-if-tool to analyze my models and features through tensorboard. At present, the TensorFlow Serving service backend has been successfully deployed. I am sure that seving service can...

I'd like to share insights from What-If Tool with my mates. It is stated in the readme, that I could use URL parameters for that "The information can be provided...

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 11.0.0 to 12.3.2. Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in newline rule. Thanks to @​MakeNowJust. [12.3.1] - 2022-01-07 Fixed Fix corner...

dependencies

When i launch tensorboard with --whatif-use-unsafe-custom-prediction and a path to a file containing a function that meets the path, it still tries to use the "address" I provided and the...

Hello, When i run the example - WIT_Model_Comparison.ipynb inside my jupyter notebook in Anaconda, I can't see any widget. But the notebook shows that widget is already installed.

Hello, I'm new to WIT and am wondering if it can be used on a multi-class object detection model? The model outputs bounding box coordinates and classification for each detected...