https://github.com/interpretml/interpret
Raw File
Tip revision: 8d8eb7b32c581dd2f73e89703ad8b9af13a3fa7d authored by Interpret ML on 06 April 2021, 23:33:37 UTC
Early WIP support for editing EBM models after training. Supports numeric and categorical edits on binary/regression models. TODO: Tests, define edge boundary behavior, multiclass.
Tip revision: 8d8eb7b
.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