Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I export "What-If-Tool" output? #204

Open
tmbluth opened this issue Mar 31, 2022 · 3 comments
Open

How do I export "What-If-Tool" output? #204

tmbluth opened this issue Mar 31, 2022 · 3 comments

Comments

@tmbluth
Copy link

tmbluth commented Mar 31, 2022

I love what this tool allows and I'm wanting to extend its functionality to non-data scientists. Is there a way to send this to a manager or compliance team so that they could play around with it without having to execute code?

@jameswex
Copy link
Collaborator

jameswex commented Apr 1, 2022

If you run your instance of the tool inside a TensorBoard instead (as opposed to inside a jupyter or colab notebook) then you can send them to URL of your TensorBoard instance to use the What-If Tool.

Another option is to the use the LIT tool instead (https://pair-code.github.io/lit/) which can also be run as a server (just like TensorBoard) to share with other team members. LIT supports text, tabular, and image models and is more extensible than the What-If Tool. It's currently missing a few features that WIT has but that won't be the case eventually.

@swaticolab
Copy link

swaticolab commented Apr 18, 2022

@jameswex , can you elaborate more on this?
I am using colab for creating my Whatiftool notebook.
Generated the report using "WitWidget".
Now how do I export the report to users using LIT tool?

@jameswex
Copy link
Collaborator

LIT is a totally diffferent, newer tool with a different API and UI. But, any analysis you do in WIT you could do in LIT, and you could run LIT on some server and give the non-data scientists the URL to connect to to view and interact with the tool. Please see https://github.com/PAIR-code/lit/wiki for its documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants