sort by:
Revision Author Date Message Commit Date
90737e4 Set outer bags to 8 for default EBM parameters. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 08 January 2021, 23:55:28 UTC
77bbd40 Setting interactions to 10 for default EBM parameter. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 08 January 2021, 23:54:57 UTC
960b77c Merge branch 'develop' of github.com:interpretml/interpret into develop 08 January 2021, 23:46:09 UTC
ef291bb Moved treeinterpreter import to ease build failures. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 08 January 2021, 23:45:57 UTC
8e48c87 Merge pull request #192 from raethlein/patch-1 Make multiple show example more clear 08 January 2021, 23:42:32 UTC
8651f68 Merge pull request #156 from blengerich/plot_util Add plot_all utility function 08 January 2021, 23:41:29 UTC
68c7e09 Disabled treeinterpreter checks. Upstream is broken. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 08 January 2021, 23:36:13 UTC
02f3dfa Make multiple show example more clear The change should make it more obvious that you can pass the explanations of multiple models to the show function, not the actual models. Signed-off-by: Benjamin Raethlein <benjamin.raethlein@gmail.com> 08 January 2021, 16:45:09 UTC
9b38e67 speed up build pipeline 05 January 2021, 02:51:03 UTC
8705510 Fix interaction detection bug on datasets where number of features is small. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 04 January 2021, 03:49:08 UTC
3fd5121 Slight optimization for automated pair selection algorithm. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 03 January 2021, 22:09:48 UTC
83dd2dd Merge branch 'develop' of github.com:interpretml/interpret into develop 28 December 2020, 09:59:07 UTC
549533c combine safe and unsafe native into a single protected class 29 December 2020, 02:07:22 UTC
d673008 Pairs are now trained only once (instead of twice) when using automated interaction detection. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 28 December 2020, 09:58:18 UTC
fb89554 separate Native into UnsafeNative and SafeNative and remove seed from quantile bining 21 December 2020, 18:51:26 UTC
b1c1f10 Update README.md 19 December 2020, 03:54:20 UTC
c6729fb Fix performance degredation for missing values. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 18 December 2020, 01:05:58 UTC
1dad6bb change interactions to use reduced bins and remove unnecessary missing bool from C++ 17 December 2020, 07:35:51 UTC
0f2d614 handling binning of missing values (0th bin) 16 December 2020, 07:20:20 UTC
69c129c rename R file to interaction_detector.R 07 December 2020, 10:11:27 UTC
8f6a146 eliminate EbmNativeFeature abstraction 07 December 2020, 09:38:24 UTC
be8ecf7 move weight parameters to booster creation 07 December 2020, 01:32:24 UTC
cf13f56 eliminate EbmNativeFeatureGroup abstraction 06 December 2020, 21:29:23 UTC
793f5a2 rename InteractionDetector.cpp 06 December 2020, 01:51:35 UTC
11b260f rename InteractionDetector.h 06 December 2020, 01:49:11 UTC
88ed589 rename C interfaces for consistency 06 December 2020, 01:40:15 UTC
909986d renames to booster and interaction detection objects 05 December 2020, 08:41:03 UTC
a4c0f1e harmonize variable ordering across C++/python/R 05 December 2020, 01:16:09 UTC
80c8aa8 change number of splits to number of leaves and make it an array for multi-dimensional consideration 04 December 2020, 21:35:47 UTC
3e2474f improvements to random tensor cutter & tests 03 December 2020, 09:20:43 UTC
71ea57f fix linux build issue 27 November 2020, 10:08:07 UTC
b65e228 add new boosting options 27 November 2020, 09:40:06 UTC
4c8ce07 change to use approximates in boosting 19 November 2020, 09:55:04 UTC
ffb60a5 change SampleWithoutReplacement to have more flexibility with regards to validation sample counts 17 November 2020, 01:07:22 UTC
ebc32e2 remove some unnecessary floating point checks 16 November 2020, 23:42:31 UTC
4654a06 approx log and improvements to approx exp 16 November 2020, 22:37:47 UTC
974c9b5 New code quality badge. 16 November 2020, 20:05:17 UTC
c360f59 cleanup approximates 15 November 2020, 00:11:36 UTC
7665a40 revert to non-approximate math routines 14 November 2020, 17:51:09 UTC
dfcb081 Update README.md 13 November 2020, 06:41:29 UTC
c7cff5c add new approximations 10 November 2020, 07:20:23 UTC
257b470 faster approximates 01 November 2020, 09:45:08 UTC
755d363 Performance related information added to explanations for skoperules. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 31 October 2020, 00:47:35 UTC
b3f83f5 Fix for SkopeRules old dependency for sklearn six. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 31 October 2020, 00:27:26 UTC
8485e5a better approximates 30 October 2020, 22:12:53 UTC
64c8b6a Added skoperules as a required dependency. 30 October 2020, 21:08:06 UTC
7ee2598 Update README.md 30 October 2020, 00:19:30 UTC
cbf3c3a add pure C interface test 29 October 2020, 17:01:06 UTC
3a01606 include release/debug info in the logs on startup 29 October 2020, 11:37:43 UTC
5f04abc C interface name changes in sampling function 29 October 2020, 10:31:51 UTC
fa5c086 Updated makefile so that build-python doesnt build the rest of dependencies. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 23 October 2020, 18:29:51 UTC
d92747e fix linux build issue regarding unsigned constants 22 October 2020, 08:44:21 UTC
23a079e update tests to handle new approximates 22 October 2020, 08:28:38 UTC
38438eb result change: switch to approximates, and new random seeds 22 October 2020, 07:42:17 UTC
c3322af Updated version to 0.2.2 Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 19 October 2020, 23:48:46 UTC
c861ed7 Update CHANGELOG.md Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 19 October 2020, 23:36:35 UTC
488a09a improve approx exp handling for log loss and residuals 19 October 2020, 02:12:45 UTC
0720e77 Merge branch 'binning' into develop 15 October 2020, 00:16:26 UTC
5277133 change to Softmax 14 October 2020, 19:43:10 UTC
f291b67 change evaluation to use non-approximate exp 14 October 2020, 19:35:59 UTC
3256962 add ConvertLogitsToProbabilities 14 October 2020, 19:08:18 UTC
83e3b6d remove R compile size restrictions no longer thought to be necessary 13 October 2020, 22:22:23 UTC
33c669f Removing use of pair_preprocessor when EBM is fit without interaction terms. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 13 October 2020, 19:41:38 UTC
6ffbde4 Expose quantile_humanized bin option. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 12 October 2020, 21:38:45 UTC
59a0567 Exposing max_interaction_bins with docstrings. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 12 October 2020, 21:26:06 UTC
686f17c Fix pairwise visualization in ebm explain_global. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 12 October 2020, 20:51:47 UTC
f878c34 Tests passing for lower-resolution bins on pairwise interactions. Visualization still WIP. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 12 October 2020, 20:44:31 UTC
d29e0ff WIP low-resolution bins for pair training. Prediction pipeline still in progress. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 12 October 2020, 20:43:17 UTC
6f0916d Passthrough random state to preprocessor and cleanup old code. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 12 October 2020, 20:40:25 UTC
e9bed28 resolve clang warnings 12 October 2020, 07:37:53 UTC
7dded88 avoid old-style cast warnings and unused warnings 12 October 2020, 07:01:17 UTC
1d66998 add ebm_show function to R 12 October 2020, 00:33:26 UTC
8d35dcf Resolve R compile error on Oracle compiler 11 October 2020, 08:56:42 UTC
2412948 resolve warning from R build pipeline regarding log message string literals 11 October 2020, 01:32:09 UTC
a877405 fix R issue with LOG_0 being called after allocVector 11 October 2020, 01:10:33 UTC
9ce89eb add support for handling R matrices (in addition to data frames) 11 October 2020, 00:03:28 UTC
2101769 update R model field names, efficiency improvements, utilize C++ discretization during eval 10 October 2020, 23:13:47 UTC
d554945 Add support for new cpp based binning. Small adjustments in EBM test and plots. Co-authored-by: Harsha Nori <harsha.nori@live.com> Co-authored-by: Samuel Jenkins <nopdive@gmail.com> 10 October 2020, 01:12:16 UTC
160b55e add outer_bagging support to R 09 October 2020, 22:02:31 UTC
afd7545 update R parameter names, use C++ sampling, and use C++ binning 09 October 2020, 07:22:09 UTC
5cf30d3 add access to GenerateRandomNumber to low level R interface 09 October 2020, 02:39:46 UTC
3147837 re-order C interface to put randomSeed at the top of each function that uses them 09 October 2020, 01:46:41 UTC
7389957 change traveLevel type to int32 09 October 2020, 00:38:52 UTC
7fa3db8 change random_state seeds to be signed 32-bit numbers 08 October 2020, 22:46:55 UTC
598e84b add low level C++ sampling functions into R 08 October 2020, 08:29:48 UTC
364a97b add lower level C++ discretization for R 08 October 2020, 03:18:38 UTC
eb73c23 add generate_quantile_bin_cuts to R internal interface 07 October 2020, 18:00:35 UTC
a36d574 R file renames 07 October 2020, 07:39:27 UTC
3480ae2 update R package to use latest C++ changes 07 October 2020, 06:56:23 UTC
248b07b Removed dead code in makefile. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 06 October 2020, 02:04:58 UTC
5dc8a1a Revert Python 3.9 testing. Azure DevOps does not support it yet. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 06 October 2020, 01:59:58 UTC
55c3450 Merge branch 'develop' of github.com:interpretml/interpret into develop 06 October 2020, 01:47:30 UTC
ad03f8d Testing Python 3.9 (may not work). Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 06 October 2020, 01:47:03 UTC
d0e38ea Update .gitignore 06 October 2020, 01:36:46 UTC
7bb5616 Update Makefile to allow local installs for development purposes. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 06 October 2020, 01:30:00 UTC
180ee0d Tolerance parameter re-introduced to EBM. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 06 October 2020, 01:15:31 UTC
33d3e9e Update MAINTAINERS.md 05 October 2020, 22:46:21 UTC
44f2f22 fix typo in README.md 05 October 2020, 18:42:42 UTC
fde520d Update MAINTAINERS.md 05 October 2020, 18:32:18 UTC
7d7151a Update MAINTAINERS.md 05 October 2020, 18:31:19 UTC
back to top