https://github.com/interpretml/interpret
Raw File
Tip revision: 68bb744bff555b47b33d14af0176cdf99b859095 authored by Paul Koch on 01 June 2023, 03:22:08 UTC
release candidate for v0.4.2
Tip revision: 68bb744
.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