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
.gitattributes
# Set default behavior to automatically normalize line endings
* text=auto
# Set files to LF that need it regardless of OS
Dockerfile  eol=lf
*.sh        eol=lf
back to top