Skip to content

TheDataStation/blindml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure

image

Entry point

demo notebook

Requirements

Don't update requirements.txt; instead update requirements.in and run pip-compile using

pip-compile --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple

Note that you will need to use the same flag when installing:

pip install -r requirements.txt --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple

Also if you run into an error about tensorflow==2.3.1 then you need to pip install --upgrade pip.

What-if

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

TODO

spinners for long running "explanation" functions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published