https://github.com/interpretml/interpret
Raw File
Tip revision: b2365e7d1dd9ea81cada3285ccf9941f71a2a129 authored by Paul Koch on 14 March 2023, 06:06:03 UTC
added back the dash components to the installation since some versions of dash still require them, and updated the changelog for the v0.3.1 release
Tip revision: b2365e7
.gitignore
# compile script output directories
/staging/
/tmp/

# Visual Studio
.vs/
enc_temp_folder/
*.user
TestResults/

# Visual Studio Code
.vscode/

# Intellij
.idea/

# Python
*.egg-info/
*.ipynb_checkpoints/
venv/
env/
.pytest_cache/
__pycache__

# General
*.bak
*.tmp
dist/
back to top