Skip to content

Seanspt/WIT-for-pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WIT-for-pandas

WIT-for-pandas is a wrapper of whatif-tool for non-tensorflow users.

In case you don't know what WIT is or what it can do, follow a walk through here to get to know about it.

Install dependencies

WIT can be installed with the following commands.

pip install witwidget
jupyter nbextension install --py --symlink --sys-prefix witwidget
jupyter nbextension enable --py --sys-prefix witwidget

# if you have a gpu card
pip install widwidget-gpu
jupyter nbextension install --py --symlink --sys-prefix witwidget
jupyter nbextension enable --py --sys-prefix witwidget

Install start script

Copy the script to your ipython startup dir, create a new or restart a running kernel. An example can be found in the demo notebook.

mkdir -p ~/.ipython/profile_default/startup/
cp whatif_wrapper.py ~/.ipython/profile_default/startup/

About

what-if tool wrapper for pandas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published