swh:1:snp:1ce4b30e3e4bfeb110b169799899929e14ccfba6

sort by:
Revision Author Date Message Commit Date
05cef02 Update CHANGELOG.md date. Updated date for 0.2.5 release. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 21 June 2021, 23:11:48 UTC
b8f0bf3 Updated CHANGELOG and version number. to 0.2.5 Updated to 0.2.5 Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 16 June 2021, 00:46:22 UTC
1d60dbc Merge branch 'develop' of github.com:interpretml/interpret into develop 16 June 2021, 00:10:28 UTC
fb47544 Updated .gitignore for __pycache__ We kept getting pycache changes for newapi. We don't want that. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 16 June 2021, 00:10:01 UTC
9894b57 Updated newapi for handling Dim types. Dim types for slicer was not covered previously - fixed. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 16 June 2021, 00:08:46 UTC
192e938 add error codes to boosting intrenal functions 15 June 2021, 20:28:15 UTC
170b3ce add error codes to Interaction C interface 14 June 2021, 22:39:31 UTC
adb4bab fix R CalculateInteractionScore interaction handle type (it won't cause problems but it was the wrong type) 14 June 2021, 21:01:06 UTC
712b66c change return types in C interface to be error codes for boosting and discretization 14 June 2021, 08:58:41 UTC
35b42b0 change interaction handles to be InteractionShell objects and add reference counting to InteractionCore 13 June 2021, 06:01:14 UTC
35dcaf9 add reference counting to BoosterCore and the CreateBoosterView C interface 13 June 2021, 00:23:04 UTC
77b52f6 add checks for invalid boosterHandle 12 June 2021, 06:17:36 UTC
2ef56e3 replace the thread state booster object 12 June 2021, 00:45:35 UTC
7d9bc50 change all external booster handles to the booster shell handle 11 June 2021, 20:45:49 UTC
2ba905e separate booster shell creation from allocating thread specific memory 11 June 2021, 20:20:39 UTC
12a910d discretization C interface changes 11 June 2021, 17:47:37 UTC
859007c rename partition files 11 June 2021, 01:47:03 UTC
efbe85c rename main filename classes 11 June 2021, 01:01:05 UTC
fd5a822 native header naming update 09 June 2021, 09:23:00 UTC
171e69a compute format file renames 09 June 2021, 07:55:36 UTC
5098855 add initial error returns to python and tidy them in C++ 07 June 2021, 22:44:28 UTC
73eaf07 Merge pull request #240 from xiaohk/develop Prevent users from feeding duplicate interaction terms (#239) 03 June 2021, 22:34:20 UTC
15c72f8 Merge pull request #246 from luisffranca/addDevDoc Adding development documentation 01 June 2021, 22:49:47 UTC
b233319 Merge pull request #245 from luisffranca/fixWinMake Replacing symbolic links 01 June 2021, 22:38:31 UTC
84ea688 modify Link function semantics 31 May 2021, 22:04:07 UTC
57ce816 Adding development doc Signed-off-by: Luis França <luis.franca@microsoft.com> 31 May 2021, 17:47:10 UTC
cc1d323 Deleting symlinks and copying files Signed-off-by: Luis França <luis.franca@microsoft.com> 31 May 2021, 12:45:11 UTC
5f7dd13 add thread compiler option 31 May 2021, 02:44:54 UTC
a3093a1 update R to work with latest native code 29 May 2021, 22:04:40 UTC
6a83e03 Update README.md 27 May 2021, 21:36:38 UTC
1a5cf2b Renaming predict_and_explain to predict_and_contrib in order to prevent confusion with outputs from explain_* 27 May 2021, 18:48:38 UTC
44556f0 Update README.md 24 May 2021, 21:33:07 UTC
8c63533 Rewrite code to remove duplicate interactions while term order is preserved Signed-off-by: Jay Wong <xiao.hk1997@gmail.com> 21 May 2021, 20:17:53 UTC
93075fc Fixed VS static analysis warnings in RandomExternal.cpp by using pointer notation instead of array notation. Suppressed divide by zero Clang Tidy warning in StratifiedSamplingWithoutReplacement. 21 May 2021, 18:57:47 UTC
bdb9965 Prevent users from feeding duplicate interaction terms (#239) Signed-off-by: Jay Wong <xiao.hk1997@gmail.com> 21 May 2021, 18:22:31 UTC
7deb3a4 Updated inline JS dependencies. Upgraded dependencies for inline interpret JS component. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 21 May 2021, 00:13:51 UTC
9a94282 Merge branch 'develop' of github.com:interpretml/interpret into develop 20 May 2021, 23:51:27 UTC
f4030bb Minor code clean-ups. We're receiving enough alerts from LGTM. Cleaned up most of them. Still need to look at wildcard imports for some internal modules. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 20 May 2021, 23:51:17 UTC
d7d5ccd Update README.md 20 May 2021, 23:26:55 UTC
d7849bf Merge branch 'develop' of github.com:interpretml/interpret into develop 20 May 2021, 23:14:48 UTC
a8f7d72 Fixed typos. Light clean up on EBM and introduction markdown. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 20 May 2021, 23:14:29 UTC
339e314 Update README.md 20 May 2021, 23:08:45 UTC
00116fc Prelim documentation. Added initial docs powered by jupyter-book. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 20 May 2021, 21:51:52 UTC
76e2a33 Fixing a few x64 warnings and one x86 error. 19 May 2021, 04:11:07 UTC
ddcc1fc First push of interpret.api. To be connected when we move over to native namespaces for interpret-core. Pushed now to give users early exposure to the new API before breaking changes. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 18 May 2021, 22:09:22 UTC
6bb0fb2 Merge branch 'develop' of https://github.com/interpretml/interpret into develop 17 May 2021, 20:39:44 UTC
a07b33b Updated stratified sampling algorithm to be based on counts instead of proportions. 17 May 2021, 20:39:39 UTC
1c0bfb5 Deployment dockerfile for interpret. Prelim dockerfile for deploying interpret in Docker. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 17 May 2021, 00:53:13 UTC
0c0fd15 Update azure-pipelines.yml Replace dev-requirements for testing with direct dev install. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 17 May 2021, 00:33:00 UTC
72e318b Fix for linux setup.py build. WSL also suffers from same problem as DevOps for npm command. Probably bash related. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 17 May 2021, 00:07:04 UTC
60f4c6b Update setup.py New environment variable to detect DevOps. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 16 May 2021, 23:27:58 UTC
5ee757f Update setup.py Quick check on command itself for npm run. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 16 May 2021, 23:12:17 UTC
fad32a2 Reversed branch condition for NPM fix. A simple problem with a simple fix. Who needs coffee? Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 16 May 2021, 22:54:13 UTC
f0aef97 Introduce fix for setup build. Azure DevOps somehow breaks on subprocess run for NPM. We've used a fix earlier for this and have simply ported it over to setup.py Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 16 May 2021, 22:38:54 UTC
59e5898 Correcting a couple of the tests for StratifiedSamplingWithoutReplacement 14 May 2021, 02:20:49 UTC
cce21f5 Update setup.py Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 11 May 2021, 23:02:29 UTC
a554eef Adding StratifiedSamplingWithoutReplacement 11 May 2021, 22:49:07 UTC
d1fc82f Update setup.py Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 11 May 2021, 22:43:22 UTC
a4c2209 Added sdist install for interpret. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 11 May 2021, 22:17:42 UTC
81d2818 Merge pull request #224 from interpretml/predict_proba_and_explain Adding predict_proba_and_explain to ExplainableBoostingClassifier 07 May 2021, 01:18:50 UTC
38b105d Merge pull request #214 from mahmoodm2/develop Merging multiple EBM models 07 May 2021, 01:16:15 UTC
8192363 solve memory leak in interaction dataframe 04 May 2021, 23:07:26 UTC
b5f6899 combine regression and classification samples in tests 29 April 2021, 00:20:48 UTC
449f7b6 add tests for sample weights, fix minor bugs in weights, improve weight code 28 April 2021, 20:24:21 UTC
b08735e Adding predict_and_explain to EBM classifier and regressor. Refactored the code to use the same structure as the other predict methods. Signed-off-by: Jessica Wolk <1866068+msplants@users.noreply.github.com> 20 April 2021, 23:55:31 UTC
921936e Getting rid of spacing changes caused by VSCode trimming trailing whitespace automatically. Signed-off-by: Jessica Wolk <1866068+msplants@users.noreply.github.com> 14 April 2021, 23:04:04 UTC
930bcb5 Moving predict_probab_and_explain to new branch that isn't black-ified. Signed-off-by: Jessica Wolk <1866068+msplants@users.noreply.github.com> 14 April 2021, 23:04:04 UTC
ac5e727 Speed up categorical transformations. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 13 April 2021, 22:40:20 UTC
205ab2a Stronger test for sample weight behavior. Bugfix: validation_size=0 now returns true models. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 13 April 2021, 22:17:01 UTC
92c7563 Temp change to internal.py and test_ebm.py to fully test weights. 13 April 2021, 19:46:17 UTC
4b62714 Update mean centering process to use sample weights. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 13 April 2021, 16:30:55 UTC
996ac31 Merge branch 'develop' of github.com:interpretml/interpret into develop 12 April 2021, 23:02:55 UTC
fbc71e5 Added docstrings to major viz providers. Major providers now have docstrings for how they are called. What more needs to be said? 12 April 2021, 23:01:51 UTC
a374ce3 Update internal.py test to match sample_weight api. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 12 April 2021, 22:04:28 UTC
eae8e51 Initial support for sample_weights. WIP -- needs refinement, optimization when no sample weights are needed, and more testing. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 12 April 2021, 21:35:47 UTC
b28c858 example for model merging 12 April 2021, 19:31:50 UTC
797851c Merge remote-tracking branch 'upstream/develop' into develop 12 April 2021, 19:10:16 UTC
9fa039f add sample weights to C++ 12 April 2021, 07:50:48 UTC
2ae85ef add robust logitboost option 09 April 2021, 22:28:16 UTC
d1ee9ae add pythonized suggest_graph_bounds 06 April 2021, 21:28:51 UTC
7bc5802 unpack the apply training and apply validation data before passing it into the GPU 05 April 2021, 05:56:49 UTC
2e99510 GPU-ize the Loss classes 05 April 2021, 04:11:52 UTC
c5d8aed move loss_registrations into loss specific directory 05 April 2021, 04:11:52 UTC
2760d28 Adjusted css for inline rendering to be psuedo-scoped with namespace prefixing. CSS for inline renderer now uses 'iml-' as a prefix to avoid conflicts when included in other visualization platforms. Also removed use of global html and body css (this should have been removed ages ago). Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 05 April 2021, 01:50:22 UTC
8d51e8d remove the non-C++ standard conversion of function pointers to data pointers 03 April 2021, 07:53:12 UTC
3da40e7 fix mac/linux build issues regarding function pointers and reinterpret_cast 03 April 2021, 03:00:24 UTC
140c2d2 change the Loss specific types into standard layout trivial copy structs (for memcpy to GPU) and solidify the internal C interface between compilation zones 03 April 2021, 00:59:57 UTC
683e632 Include option to install only interpret-core. 01 April 2021, 22:50:04 UTC
adf1e0b template the gpu kernel function 28 March 2021, 07:10:53 UTC
b6f5430 added fake cuda project for non-cuda enabled systems 28 March 2021, 05:26:24 UTC
c390d59 rename library files to avoid potential name collisions 2 28 March 2021, 04:53:33 UTC
a27e51f rename library files to avoid potential name collisions with other static libraries 28 March 2021, 04:21:05 UTC
fe478c6 add GPU escape function from Loss class to enable switching to GPU 27 March 2021, 17:40:06 UTC
a1db183 add missing test project VS dependency on the ebm_native library 26 March 2021, 22:34:35 UTC
69d47b0 simplify build script and handle the no installed cuda case 26 March 2021, 21:08:55 UTC
904d4cf make cuda project references dependent on a cuda installation and add cuda install to native tests 26 March 2021, 18:22:43 UTC
f28beb7 add cuda install components required for build 26 March 2021, 08:13:56 UTC
99bd25a add basic cuda project 26 March 2021, 00:52:20 UTC
14b56e9 Merge branch 'develop' of github.com:interpretml/interpret into develop 25 March 2021, 22:23:44 UTC
1be19c1 Conda scripts added. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 25 March 2021, 22:23:35 UTC
back to top