https://github.com/interpretml/interpret
Raw File
Tip revision: 534c650cfa02afbf9720fc0ebbd987fdff79aaa2 authored by InterpretML on 19 October 2020, 23:41:41 UTC
Updated version to 0.2.2
Tip revision: 534c650
.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/
.pytest_cache/

# General
*.bak
*.tmp
back to top