swh:1:snp:1ce4b30e3e4bfeb110b169799899929e14ccfba6

sort by:
Revision Author Date Message Commit Date
3b53016 Working regression and classification for lightgam. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 30 October 2020, 21:02:00 UTC
75619c1 LightGAM for classification and regression. 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, 20:33:00 UTC
e8fecd7 LightGAM prototype working for classification. Needs check on multiclass. 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, 00:19:46 UTC
03e6ec7 Updated data conversion methods in LightGAM. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 21 October 2020, 22:55:34 UTC
bb96a79 Create lightgam.py Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> 21 October 2020, 22:34:56 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
dc2f5ff renames 05 October 2020, 18:30:29 UTC
7aaa108 renames 05 October 2020, 18:29:50 UTC
dc09b2c add gov docs 05 October 2020, 18:27:26 UTC
65974c9 add new C++ binning functions to python low level interface 04 October 2020, 22:45:19 UTC
8f3c52c add stage randomization mix to random number generator interface 04 October 2020, 22:01:55 UTC
04b5c1c fix floating point numeracy issues on linux 04 October 2020, 08:19:24 UTC
bbe4db7 handle some floating point overflows in binning and implement SuggestGraphBounds 03 October 2020, 02:05:31 UTC
394b5c2 add SamplingWithoutReplacement and GenerateRandomNumber 30 September 2020, 22:06:46 UTC
3d154aa preserve the caller's memory ordering in c++ binning 30 September 2020, 17:05:54 UTC
13cbdc4 add uniform binning 30 September 2020, 05:28:20 UTC
df16aa5 add extra checks to winsorized binning 29 September 2020, 18:51:21 UTC
a6ad616 improvements to winsorized binning and more tests 29 September 2020, 09:45:18 UTC
24a4616 Fix upper bound to pytest. 28 September 2020, 22:47:11 UTC
49b62ce fix linux specific issue regarding non-IEEE 754 floating point math 26 September 2020, 02:24:11 UTC
73a0a8d add first pass of winsorized binning, and add missing automated tests in linux/mac 25 September 2020, 05:43:08 UTC
ae17816 remove unused header files 24 September 2020, 06:35:15 UTC
3316002 separate binning/discretization functionality into separate files 24 September 2020, 06:03:14 UTC
5907fe2 binning type renames 24 September 2020, 05:34:14 UTC
5241dd4 Update README.md 23 September 2020, 23:54:54 UTC
53e3385 Update README.md 23 September 2020, 23:13:53 UTC
c0490b6 rename CutPoints -> BinCuts 23 September 2020, 20:03:12 UTC
b25987e discretize/bin code cleanup and renames 23 September 2020, 19:34:16 UTC
07b5f34 add basic quantile binning option 23 September 2020, 07:39:30 UTC
2845dca interpretable endpoint cuts 23 September 2020, 06:20:32 UTC
3995e86 change to precise floating point model in C++ to resolve risks of odd FP behavior 22 September 2020, 17:27:35 UTC
34ea221 tidying interpretable cut points 22 September 2020, 11:50:24 UTC
fd1c753 resolve linux build issues 21 September 2020, 09:28:14 UTC
3361082 handling of interpretable endpoints for quantile discretization 21 September 2020, 09:19:15 UTC
aa02542 small improvements to build scripts 14 September 2020, 01:13:30 UTC
556baf9 update build scripts to include update for valgrind and reduce logging overhead 14 September 2020, 00:12:16 UTC
716c3f0 preserve cut point locations, reduce memory allocation overhead , handle unusual error conditions when generating interpretable cuts 13 September 2020, 23:02:48 UTC
a068ed7 Merge branch 'develop' of github.com:interpretml/interpret into develop 13 September 2020, 21:44:17 UTC
aa6375a Re-introduce bin counts to EBM. 13 September 2020, 21:44:11 UTC
8337c50 cleanup of names in quantile binning and add checks of the priority in quantile binning when we don't fully re-write all the priorities 11 September 2020, 07:54:56 UTC
47dab7c Removed Windows 3.8 from Azure DevOps due to upstream issue. 10 September 2020, 22:51:01 UTC
a5eb5ef Removal of Python 3.5 support in Azure DevOps. 10 September 2020, 20:53:15 UTC
92740e9 add tests for extreme binning values 09 September 2020, 22:31:26 UTC
e28a353 improve handling of negative and max float interpretable cut points 09 September 2020, 08:50:38 UTC
c7a7be2 simplify symmetry calculation for binning 08 September 2020, 18:31:36 UTC
5aabce1 remove some unnessary direction flips in discretization 08 September 2020, 10:14:27 UTC
ce0ca37 improve random number generator speed 08 September 2020, 09:10:42 UTC
04be7a0 handle center cut point symmetry issues for binning 06 September 2020, 00:28:57 UTC
f9a05ba expose random seed for binning and make the symmetry dependent on the random seed 04 September 2020, 00:14:02 UTC
1ee7ab8 handle infrequent assert that occurs due to floating point inexactness 03 September 2020, 16:32:48 UTC
944963e tidy up binning initialization and improve diversity of conditions tested on binning and resolve a symmetry issue in discretization 03 September 2020, 09:31:44 UTC
307af38 improve variety of test conditions executed on binning 02 September 2020, 08:29:09 UTC
ddd6b72 handle symmetry binning issues in last known test 02 September 2020, 06:51:42 UTC
b2d98a8 improve symmetry handling for binning 02 September 2020, 06:35:24 UTC
51b56e1 add more symmetry tricks and checks to binning, and fix interpretable cut points for negative numbers 31 August 2020, 10:07:54 UTC
back to top