swh:1:snp:1ce4b30e3e4bfeb110b169799899929e14ccfba6

sort by:
Revision Author Date Message Commit Date
6ddc0cc Fixed selector bug around regression. 21 July 2020, 19:44:40 UTC
936bd04 Black reformat 21 July 2020, 18:27:33 UTC
a7ec4df Privatized class_idx in EBM. 21 July 2020, 18:26:32 UTC
53d6bf0 Fixed case where visualizations have no labels passed. 21 July 2020, 17:39:53 UTC
6d1434d Full tests now run on schedule, master or develop branch. 21 July 2020, 17:28:32 UTC
98921a8 Update Azure DevOps to publish JS bundle to release system. 21 July 2020, 17:22:40 UTC
379a37c Update version to 0.2.0 21 July 2020, 17:15:37 UTC
aef6830 Merge branch 'develop' of github.com:interpretml/interpret into develop 21 July 2020, 17:15:24 UTC
db0721f Added support for local visualization for EBM multiclass. 21 July 2020, 17:10:55 UTC
7d630a2 add debug checks for range count recalculations 21 July 2020, 10:59:44 UTC
fcda8a3 quantile binning code running in tests (but not complete yet) 21 July 2020, 10:33:30 UTC
49c6748 working on quantile binning 20 July 2020, 01:08:46 UTC
71b234f handle size_t size promotion without needing to disable compiler warning 20 July 2020, 00:25:18 UTC
ddd5c87 working on quantile binning 19 July 2020, 07:22:44 UTC
46ba340 fixes to quantile binning 18 July 2020, 07:46:52 UTC
a41b3c2 fix weak ordering guarantee in comparison functions 18 July 2020, 05:03:48 UTC
b103ac6 remove random seed from quantile binning 18 July 2020, 03:58:46 UTC
49dd2fa fix bugs in StuffSplitsIntoSplittingRanges 18 July 2020, 03:13:46 UTC
7ce5847 add noexcept to all discretization functions 18 July 2020, 01:33:00 UTC
ca9828e Fix non-label perf_dicts. 17 July 2020, 22:00:53 UTC
01d1335 Further adjustments to perf dicts. Plotting adjusted for multiclass (WIP). 17 July 2020, 21:43:08 UTC
f872e38 Schedule fix. 17 July 2020, 20:16:53 UTC
fe55b0c Merge branch 'develop' of github.com:interpretml/interpret into develop 17 July 2020, 20:13:11 UTC
3dcece5 Candidate fix for perf_dicts and following refactors. 17 July 2020, 20:12:58 UTC
21a6d6f resolved several compile warnings and a compile failure 17 July 2020, 19:06:45 UTC
eb8a6b8 working on quantile discretization 17 July 2020, 18:47:21 UTC
8ed931a Removed extra condition in Azure DevOps. 17 July 2020, 18:04:39 UTC
0241290 Adjust devops to do selenium only on scheduled run or master. 17 July 2020, 18:03:34 UTC
4ec4f60 Merge branch 'develop' of github.com:interpretml/interpret into develop 17 July 2020, 17:49:04 UTC
70ac1ff Refactored perf_dict util to return full collection as well as scores, removal of residuals. 17 July 2020, 17:48:48 UTC
be98ab0 add priority calculation for quantile binning 17 July 2020, 08:57:51 UTC
48613b7 fix discretization memory leak issue on Mac builds 17 July 2020, 03:56:24 UTC
92ce782 continuing work on quantile binning 17 July 2020, 03:31:23 UTC
4c304c5 Merge branch 'develop' of github.com:interpretml/interpret into develop 15 July 2020, 19:35:22 UTC
78ee3e5 Removed queue handler for logging in develop mode. 15 July 2020, 19:34:48 UTC
442471b remove unused code causing problems 15 July 2020, 02:36:39 UTC
c4f8603 fix mistaken assert triggering 15 July 2020, 02:12:43 UTC
f368f67 Updated CHANGELOG.md 14 July 2020, 18:39:19 UTC
77bc3f2 Merge branch 'master' into develop 14 July 2020, 17:29:29 UTC
28732b8 Merge branch 'develop' of github.com:interpretml/interpret into develop 10 July 2020, 20:41:53 UTC
5edc06c Connected CDN url to cloud environments. 10 July 2020, 20:37:27 UTC
c61c922 Update to have midnight build always running for develop branch. 10 July 2020, 19:37:25 UTC
5f63a4f Fixed bug on inline provider introduced in prerelease. 10 July 2020, 19:26:07 UTC
6193453 Update Azure DevOps to use Ubuntu 18.04 from 16.04. 10 July 2020, 18:52:12 UTC
9f359c6 Temp change to Ubuntu 18.04 for Azure DevOps. 10 July 2020, 18:41:22 UTC
6329298 Merge branch 'develop' of github.com:interpretml/interpret into develop 10 July 2020, 18:11:34 UTC
1ff70cf Update prerelease version again. Fixed bundle name. Added CDN support for problematic cloud environments. 10 July 2020, 18:11:20 UTC
24e42d7 Bumped version to prerelease. Updated npm details. 10 July 2020, 16:41:57 UTC
cf9533d Update plotly to resolve npm audit. 10 July 2020, 16:25:03 UTC
b6c9f28 Merge pull request #146 from imatiach-msft/ilmat/fix-nbvm fix environment detection for azureml notebook VM case 09 July 2020, 15:30:02 UTC
b715dbf Update README.md 08 July 2020, 04:41:06 UTC
286b69e Update README.md 08 July 2020, 04:38:46 UTC
cfdf28a fix environment detection for azureml notebook VM case Signed-off-by: Ilya Matiach <ilmat@microsoft.com> 08 July 2020, 04:28:54 UTC
b76035b resolve clang warning on extern variable 03 July 2020, 04:03:27 UTC
92fd1ed remove the conversion to void in ArrayToPointer 02 July 2020, 22:23:53 UTC
389c971 move public member of HistogramBucket to private 02 July 2020, 22:15:09 UTC
a6150c8 change public fields in TreeNode into private 02 July 2020, 21:40:41 UTC
f859bd1 putting struct hack members behind accessor functions 02 July 2020, 20:26:35 UTC
037a688 Extra fix for import. 02 July 2020, 19:02:47 UTC
683fdf6 Merge branch 'develop' of github.com:interpretml/interpret into develop 02 July 2020, 18:45:14 UTC
16d4792 Temporary comment out of PFI. 02 July 2020, 18:44:14 UTC
cad3d6e Minor changes to PFI. 02 July 2020, 18:12:11 UTC
852674d Adaptive test size for min samples in EBM. 02 July 2020, 18:07:28 UTC
9eab01b move ArrayToPointer conversion outside loop 02 July 2020, 03:08:35 UTC
b99184b Light refactor on train test split logic for EBM. 02 July 2020, 01:44:22 UTC
062be72 move calls to ArrayToPointer outside inner for loops 01 July 2020, 21:30:27 UTC
58bc49e update directories in interpret.sln to conform to new location 01 July 2020, 14:01:29 UTC
2113a7d move interpret.sln into shared/ebm_native directory 01 July 2020, 13:54:57 UTC
b89657b update inlines for consistency 30 June 2020, 07:24:23 UTC
1d71cf1 make all calls to Free static class functions 30 June 2020, 07:11:08 UTC
9f29a48 moved code to new CachedThreadResources*.cpp and FeatureGroup.cpp 30 June 2020, 07:01:44 UTC
55d1fbd tidy up c++ codebase 30 June 2020, 06:04:45 UTC
8bb6b41 move code from SegmentedTensor.h to SegmentedTensor.cpp 29 June 2020, 20:01:07 UTC
09f2d53 FeatureAtomic header guard renamed 29 June 2020, 08:30:35 UTC
f30c1d7 change Feature.h FeatureAtomic.h 29 June 2020, 08:28:21 UTC
5ac68af replace GetTreeNodeSize with a non-templated version 29 June 2020, 08:24:40 UTC
b143c25 move Flatten into GrowDecisionTree.cpp 29 June 2020, 08:10:46 UTC
48f01ec complete movement of InitializeResiduals into it's own cpp file 29 June 2020, 07:39:35 UTC
cafb8a9 rename InitializeResiduals.h to InitializeResiduals.cpp. Not expected to build. 29 June 2020, 07:36:12 UTC
286a8cb move InitializeResiduals into a non-templated file 29 June 2020, 07:31:39 UTC
f194399 update test script path in azure-pipelines.yml 29 June 2020, 06:32:56 UTC
c7781fc finish move of ebm_native_test to a subdirectory of shared/ebm_native 29 June 2020, 06:05:58 UTC
e04efa5 move C++ tests into the shared\ebm_native\ebm_native_test directory 29 June 2020, 05:43:13 UTC
64a498f remove currently unused SIMD optimizations 29 June 2020, 05:32:41 UTC
788bcd1 de-templated some of the TreeSweep functions that didn't need to be templates 29 June 2020, 01:55:41 UTC
5e154fd separate TreeSweep into it's own .h file 29 June 2020, 01:43:17 UTC
7924a1a move GenerateModelFeatureGroupUpdate into it's own cpp file 28 June 2020, 07:55:45 UTC
180529d remove templating from GenerateModelFeatureCombinationUpdate 28 June 2020, 07:28:32 UTC
b83db52 move GrowDecisionTree into it's own cpp file 28 June 2020, 07:02:13 UTC
215dbf5 change BoostZeroDimensional to non-templated 28 June 2020, 05:26:42 UTC
406b9db place SumHistogramBuckets into it's own cpp file 28 June 2020, 04:47:39 UTC
fdeb085 remove templating from BoostMultidimensional 28 June 2020, 01:35:20 UTC
2128f17 move pair boosting code into FindBestBoostingSplitsPairs.cpp WIP separating SplitBoostingPairs out 28 June 2020, 01:08:19 UTC
61cdcf7 tidy up the headers (removed some that were not needed anymore) 27 June 2020, 22:23:17 UTC
af42373 move CalculateInteractionScore to it's own cpp file 27 June 2020, 21:31:47 UTC
2a65192 move handling of 1 or 0 target classes for future template elimination 27 June 2020, 20:50:45 UTC
6cdee48 reorder some blocks 27 June 2020, 19:18:07 UTC
da43d7a change templated GetHistogramBucketSize to inline 27 June 2020, 18:45:27 UTC
0c19509 remove templating around GetInteractionScore root 27 June 2020, 17:51:34 UTC
9b77271 moving FindBestInteractionGainPairs into a separate .cpp file 27 June 2020, 08:49:27 UTC
back to top