https://github.com/interpretml/interpret

sort by:
Revision Author Date Message Commit Date
8345e40 Bump to v0.1.3 22 May 2019, 01:50:38 UTC
bcc4d52 Hardened unify data API calls to take in lists. Updated CHANGELOG.md 22 May 2019, 01:49:40 UTC
3eef5ca Update .gitattributes 21 May 2019, 20:26:57 UTC
c00ca91 remove unneeded AttributeSet 21 May 2019, 07:41:02 UTC
e1d13a4 fix issue that accessing non-static variables in a function try block is undefined behavior 21 May 2019, 05:05:35 UTC
67bf76c handled mac/linux specific Variadic issues and removed static-libstdc++ for mac (since it isn't used) 20 May 2019, 09:48:24 UTC
572255f remove non-standardized assert messages 20 May 2019, 09:31:11 UTC
899c3e7 improved C++ logging that allows for including parameters in the log strings 20 May 2019, 09:20:15 UTC
d35b072 move logging to Logging.h 20 May 2019, 06:37:29 UTC
4d73e0e move cTargetStates from AttributeSet to TmlState 20 May 2019, 03:38:19 UTC
b395e0b Fix up on setup.cfg 20 May 2019, 02:23:13 UTC
31581f3 add logging infrastructure to C++ 19 May 2019, 11:49:35 UTC
3209731 Removal of hypothesis as a public test dependency. 19 May 2019, 03:22:51 UTC
f0c7ef1 Update .gitattributes 18 May 2019, 01:35:54 UTC
45937fc Updated CHANGELOG. 18 May 2019, 00:49:51 UTC
46e29e9 Bump to v0.1.2. Updated CHANGELOG. Added disable of early stopping for EBM. Added tracking of final episode index for EBM. Temp disable of example notebook and show tests until CI environment is fixed. 18 May 2019, 00:43:43 UTC
7f63196 Updated CHANGELOG. 17 May 2019, 20:40:50 UTC
22e31d5 Merge branch 'develop' of github.com:microsoft/interpret into develop 17 May 2019, 20:37:35 UTC
2af36b9 Ignoring most of C++ files for linguist. Make Python primary language. 17 May 2019, 20:37:14 UTC
afc2d55 Merge branch 'develop' of github.com:microsoft/interpret into develop 17 May 2019, 20:35:02 UTC
696bcde Pinning scipy until upstream dependencies update to compat. 17 May 2019, 20:34:56 UTC
74c79db Revert .gitattributes change. 17 May 2019, 19:53:29 UTC
7a219d2 Ignore *.cpp for linguist: makes Python primary language for search. 17 May 2019, 19:45:12 UTC
79d4afe Bump to v0.1.1 16 May 2019, 23:31:44 UTC
36456e0 Updated CHANGELOG. 16 May 2019, 23:31:10 UTC
4e9644e Added axis titles for regression performance graphs. Added axis title for overview graph for regression data explainer. 16 May 2019, 23:01:52 UTC
166eaf9 Fixed black reformat bug. 16 May 2019, 22:25:02 UTC
58d2c8b Fixed notebook tests. Exposed shutdown_show_server direct to interpret module. 16 May 2019, 19:49:54 UTC
b657e16 Bump. 15 May 2019, 23:01:20 UTC
b1fdb9f Merge branch 'develop' of github.com:microsoft/interpret into develop 15 May 2019, 22:03:08 UTC
374a932 Added shutdown for show method server. Added smoke test for show port assignment. 15 May 2019, 22:02:58 UTC
15120a3 Update ACKNOWLEDGEMENTS.md 15 May 2019, 21:37:11 UTC
dbbc7c0 Update ACKNOWLEDGEMENTS.md 15 May 2019, 18:38:40 UTC
36e7951 Update README.md 15 May 2019, 18:34:50 UTC
95abf01 Update ACKNOWLEDGEMENTS.md 14 May 2019, 20:32:02 UTC
54f966a Fix links for changelog. 14 May 2019, 20:26:25 UTC
1816572 Squashed commit. Bump to v0.1.0. handle spaces in Windows build directories and terminate builds early on copy errors Cleanup of CHANGELOG. 14 May 2019, 19:01:15 UTC
b50e230 Update ACKNOWLEDGEMENTS. Added changelog. 14 May 2019, 18:46:55 UTC
33a284f Fixed explanation test. 14 May 2019, 02:52:46 UTC
e610743 Fixed and hardened port number assignment. 14 May 2019, 01:47:59 UTC
051cb60 Added port changing for show method. 14 May 2019, 00:58:36 UTC
99b0905 Styled code to work under flake8. 14 May 2019, 00:58:35 UTC
19e6048 Code formatting with Black. 14 May 2019, 00:58:35 UTC
9673e48 Update ACKNOWLEDGEMENTS.md 14 May 2019, 00:58:34 UTC
d2fccb2 remove static-libgcc from mac compilation 14 May 2019, 00:58:22 UTC
2c0f985 statically link libraries which can be statically linked so that we require less dynamic libraries at runtime. 14 May 2019, 00:58:05 UTC
6b34a39 build for older CPU architectures to avoid instruction set issues 14 May 2019, 00:57:50 UTC
851fc33 output build errors to stdout and file 14 May 2019, 00:57:17 UTC
09b095d stop compilation earlier on build errors 14 May 2019, 00:56:41 UTC
fec8761 build/git improvements: - make build.sh work from any directory - simplified .gitattributes 14 May 2019, 00:54:26 UTC
5f4960d Minor cleanup on README.md 10 May 2019, 06:01:42 UTC
73953a8 Added fallback text to badges in README.md 09 May 2019, 01:13:39 UTC
c5af27c Update ACKNOWLEDGEMENTS.md 09 May 2019, 01:00:47 UTC
77922d6 Added badges to README.md. Minor clean-up. 09 May 2019, 00:54:30 UTC
4444d8e remove x86 linux and mac builds 08 May 2019, 23:45:58 UTC
e9e64d5 Update README.md minor edits 08 May 2019, 23:51:16 UTC
2cda714 Update to have GA2M referenced in README. 06 May 2019, 19:20:08 UTC
173c13f Update ACKNOWLEDGEMENTS.md 06 May 2019, 19:16:06 UTC
cfdcbdd Update ACKNOWLEDGEMENTS.md 06 May 2019, 19:13:48 UTC
5d5763e Update ACKNOWLEDGEMENTS.md 06 May 2019, 19:13:22 UTC
99275a8 Update ACKNOWLEDGEMENTS.md 06 May 2019, 19:09:03 UTC
af7c00d Updated installation instructions to work in virtual environments as well. 06 May 2019, 10:30:08 UTC
f638146 Update README.md 06 May 2019, 06:17:25 UTC
61f0e01 Update README.md 06 May 2019, 06:15:28 UTC
f21f72f Added to-fill acknowledgements file. 06 May 2019, 06:13:57 UTC
28c0cb5 Update README.md 06 May 2019, 06:08:33 UTC
59a7780 Bump to v0.0.6 06 May 2019, 05:05:21 UTC
2eef49d Updated README.md to have blackbox example notebooks. 06 May 2019, 04:54:20 UTC
a5a6766 Added explicit hover mode for Plotly toolbar. Updated example images for README.md 06 May 2019, 04:50:21 UTC
0777ea9 Added axis titles where needed. 06 May 2019, 03:19:08 UTC
00199a6 Bump to v0.0.5 05 May 2019, 23:02:37 UTC
0d3134f Merge branch 'develop' of github.com:Microsoft/interpret into develop 05 May 2019, 22:37:42 UTC
917e947 Added blackbox notebooks. 05 May 2019, 22:37:14 UTC
fa5cfbe Fix for PDP visualization. Updated dashboard title. 05 May 2019, 22:28:05 UTC
b74d2fd Update README.md 05 May 2019, 22:06:42 UTC
7b8f6d7 Update README.md 05 May 2019, 21:59:29 UTC
daba3de Added specific global visualization to Morris SA. Updated base template to handle no specific data dicts. Scaling options for horizontal bar plots. 05 May 2019, 21:26:06 UTC
8f732ae LIME interface fixed to provide correct raw feature values. 05 May 2019, 09:31:39 UTC
47ebc0c Bump to v0.0.4 05 May 2019, 05:52:45 UTC
5acf94d Added extra space for logging writer. Fix for public test interface. 05 May 2019, 05:26:31 UTC
940c6d5 Bump to 0.0.3 05 May 2019, 04:08:08 UTC
ce46244 Added in python directory gitignore to avoid Python notebooks. 05 May 2019, 04:07:06 UTC
c187ac5 Added nbconvert as dependency for public testing interface. 05 May 2019, 03:27:20 UTC
53801dc Added fix for public testing for notebooks. Reduced EBM decision logs. 05 May 2019, 02:26:06 UTC
7c60b34 Added test for example notebooks. 05 May 2019, 01:59:21 UTC
081555c Changed develop module into a single python file. Cleaned up development dependencies. Added hypothesis as a requirement to fix public test interface. 05 May 2019, 00:55:43 UTC
e5f1d7c Added benchmark script link to table in README.md 05 May 2019, 00:21:04 UTC
ed0efe2 Replacing github notebook links with nbviewer for README.md example notebooks. 05 May 2019, 00:16:14 UTC
51c21f0 Moved and cleaned imports in example notebooks. Benchmark directory added with notebook. 05 May 2019, 00:06:52 UTC
008f96e Bump to v0.0.2 04 May 2019, 08:43:53 UTC
8c9330f Initial code commit. 04 May 2019, 08:24:42 UTC
6d2e21f Initial commit 03 May 2019, 05:47:57 UTC
1044c7d Initial commit 03 May 2019, 05:47:55 UTC
b31e591 Initial commit 03 May 2019, 05:47:53 UTC
back to top