https://github.com/interpretml/interpret
Raw File
Tip revision: e2cdb2690988c953ebed81343d6b99e831d3bdf1 authored by InterpretML on 20 July 2021, 19:02:09 UTC
Cleaned up CHANGELOG.md
Tip revision: e2cdb26
.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/
__pycache__

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