sort by:
Revision Author Date Message Commit Date
fe334e8 update release process notes and readme 13 February 2024, 21:07:25 UTC
979d93f update interpret to version 0.5.1 08 February 2024, 05:58:56 UTC
5d56f07 add internal option to disable smoothing for nominals 07 February 2024, 22:08:44 UTC
7b0c331 add interface to access the nominal feature definitions from the dataset object 07 February 2024, 06:04:29 UTC
3a6abe8 small changes to EBM defaults 07 February 2024, 05:16:17 UTC
f8cb826 re-expose min_samples_leaf 06 February 2024, 23:47:43 UTC
ed3501b change EBM parameters -> set tolerance to zero, set regression min_hessian to 1.01 06 February 2024, 20:38:36 UTC
f1115eb go back to hessian boosting during smoothing because it's faster 06 February 2024, 12:44:34 UTC
240a620 update default EBM parameters 06 February 2024, 09:08:12 UTC
edab834 update docs to remove references to min_samples_leaf 06 February 2024, 08:29:42 UTC
52b8966 change early stopping tolerance to be a percentage 06 February 2024, 08:22:11 UTC
b65426f early stop on no improvement (if there is a validation set) 06 February 2024, 07:45:22 UTC
4b5cef6 resolve python tests that needed updating for hessians, and update R to use the min_hessian 05 February 2024, 22:28:00 UTC
b798ed5 change split limiting metric to the hessian 05 February 2024, 13:58:42 UTC
81e4ef9 add the ability to limit cuts via hessians 05 February 2024, 12:19:48 UTC
eb40978 restructure some code for future change to use minHessian 05 February 2024, 11:28:17 UTC
0294197 enable Newton during interaction detection 05 February 2024, 07:42:30 UTC
a52a803 simplify flag comparison operations and flip the flag for CalcInteractions from enable to disable for Newton 05 February 2024, 07:19:18 UTC
b2fbba5 honor the use of the CalcInteractionFlags_EnableNewton flag 04 February 2024, 04:14:14 UTC
b9b27b2 honor the TermBoostFlags_DisableNewtonGain flag 03 February 2024, 12:07:23 UTC
61fa960 honor the use of the TermBoostFlags_DisableNewtonUpdate flag 03 February 2024, 10:58:29 UTC
adf71ce add interaction_smoothing_rounds parameter 03 February 2024, 04:46:43 UTC
d05ced7 make the early stopping more consistent 03 February 2024, 03:45:22 UTC
4a85b1e change GetBestTermScore to handle scenarios when the validation set has zero samples 03 February 2024, 02:27:38 UTC
5eff4df MAINT: pull if clauses out of loop (#503) Signed-off-by: Weh Andreas <andreas.weh@student.uni-augsburg.de> 29 January 2024, 19:34:09 UTC
b877fb1 reformat C++ with clang-format 28 January 2024, 06:00:17 UTC
e6b74cd add .clang-format file for C++ project 28 January 2024, 05:57:49 UTC
7bd487d reformat 27 January 2024, 01:28:44 UTC
8e30f7e Bump jinja2 from 3.1.2 to 3.1.3 in /docs (#501) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 26 January 2024, 00:13:51 UTC
25a5be6 Update README.md (#502) Signed-off-by: Kshitij Dahal <63812052+geokshitij@users.noreply.github.com> 26 January 2024, 00:13:03 UTC
3c3c19b add links to README 25 January 2024, 06:45:13 UTC
a8f0ae1 fix paper link location in READMe 21 January 2024, 07:16:18 UTC
dd1d01c add link to SynapseML on README 21 January 2024, 07:06:09 UTC
48f0e61 add option to disable synthetic target inputs 20 January 2024, 01:32:01 UTC
bbc20af change interactions to also use smoothing rounds when smoothing is specified 19 January 2024, 23:50:54 UTC
279af11 add interaction with the categorical to synthetic dataset 19 January 2024, 11:26:38 UTC
12d8f03 add ability to output pandas, scipy and str data from synthetic generator 19 January 2024, 07:38:24 UTC
9be98cd add option to vary the proportions of higher classes chosen in the synthetic dataset generator 15 January 2024, 08:01:09 UTC
3281393 add links to README 14 January 2024, 01:22:48 UTC
98894b4 change monoclassification format to include a single -inf score per sample/bin 13 January 2024, 10:55:55 UTC
4d996d5 fix bug that occurs when there are duplicate columns in pandas 11 January 2024, 23:54:30 UTC
b4a6196 remove dependency on distutils due to its depreciation 11 January 2024, 23:26:36 UTC
b57f814 BUG: define missing logger objects (#496) Signed-off-by: DerWeh <andreas.weh@web.de> 09 January 2024, 23:14:44 UTC
d576a62 make the category counts and distributions configurable in the synthetic dataset generator and rename to make_synthetic 09 January 2024, 09:07:39 UTC
0c1e444 add sawtooth wave to synthetic dataset, make the categorical categories non-uniform, and other tweaks to improve synthetic dataset 09 January 2024, 07:35:30 UTC
5eb9306 change x ** 3 into square wave in the synthetic dataset 08 January 2024, 12:11:38 UTC
45ee7a8 special case the 1 dimension option for interaction detection when hessian is unused because it is a scenario that would have been a bug in the future 07 January 2024, 10:25:58 UTC
22f71a2 reformatting 06 January 2024, 04:40:32 UTC
d68b6ec update readme links 06 January 2024, 03:55:18 UTC
b9d577e added ability to specify percentage of missing values 06 January 2024, 00:16:09 UTC
e604c32 add list of urls 04 January 2024, 23:04:29 UTC
94d36bc reduce the number of categories to the point all of them show up in the docs UI and remove the dashboard examples that don't work in the inline docs 04 January 2024, 22:31:15 UTC
a3aed93 add redirects to the docs 04 January 2024, 06:54:07 UTC
ea82256 remove unnecessary copies of images in the docs (since jupyter book already copies them) 04 January 2024, 06:37:26 UTC
6b31669 change partial dependence and morris sensitivity to use Fortran ordered float data for speed 04 January 2024, 03:45:13 UTC
2e27101 disable the help text in the EBM explanations, except for in Synapse. The additional help text was adding scroll bars to the notebooks due to the added height 04 January 2024, 03:09:18 UTC
48aa026 add padding to inline iframe to remove jupyter notebook scroll bars 04 January 2024, 02:17:07 UTC
86fa037 increase sample size on the DP test because DP needs sufficient samples to maintain privacy 04 January 2024, 02:15:19 UTC
b83604a replace adult dataset with synthetic dataset for the tests since the adult dataset causes URL load errors occasionally 04 January 2024, 01:31:39 UTC
b35987d add support for named features and negative indexes in the interactions specification 03 January 2024, 22:35:11 UTC
1fb233a add missing group importances notebook pngs and fix DecisionRuleClassifier link 03 January 2024, 08:56:58 UTC
9218da6 change interpretable regression notebook to use the California housing dataset from scikit-learn 03 January 2024, 08:07:14 UTC
6d5efb3 add links to the examples folder in the docs and fixup relative links between the API references and the algorithm descriptions 02 January 2024, 22:55:39 UTC
f5b56e6 move python doc files into the python directory 02 January 2024, 21:49:55 UTC
1bae430 make warnings errors in jupyter book and remove unused image_url from documentation config 02 January 2024, 20:15:57 UTC
9f02788 pass documentation build error codes up to azure pipelines to be reported remove timeout for building the docs and move the text information in the sidebar notes into the main text of the getting started documentation fix issue of missing images from documentation 02 January 2024, 19:11:28 UTC
d7daea1 remove the contents sidebar from jupyter books 02 January 2024, 08:18:09 UTC
2b41021 Make example notebooks inline for the documentation system, and update the header texts to work with jupyter book 02 January 2024, 06:23:17 UTC
b6e569d move examples into the docs folder 02 January 2024, 03:57:55 UTC
a919922 move interpret_docs to just interpret under the docs folder 01 January 2024, 23:43:40 UTC
273a10b add details to synthetic dataset examples 01 January 2024, 23:12:34 UTC
a18db7d improvements to synthetic dataset for future example notebooks 01 January 2024, 09:31:18 UTC
7a43e29 add synthetic example notebooks 28 December 2023, 08:12:31 UTC
17329b3 rename example notebooks 28 December 2023, 07:27:20 UTC
056795a improve synthetic dataset feature ranges to balance them better 28 December 2023, 06:59:48 UTC
d2e8cb6 rearrange functions in the synthetic generator 27 December 2023, 21:16:24 UTC
67de815 improve synthetic dataset generator for future examples 27 December 2023, 21:08:53 UTC
b14c563 change type checks to use isinstance to handle inheritance and some tweaks to make synthetic data generation more efficient 27 December 2023, 19:06:22 UTC
93607f3 renames and default changes for synthetic data generator 27 December 2023, 08:17:44 UTC
1a9c362 improvements to synthetic dataset generation 27 December 2023, 07:40:43 UTC
6bee71b improve ranges of target output to roughly weigh the inputs equally for synthetic dataset generation 26 December 2023, 03:31:47 UTC
75f2f68 add clipping controls to synthetic dataset generation and correct logit sign issue in synthetic y generation 24 December 2023, 07:25:05 UTC
36d8a67 change method of generating binary and multiclass synthetics 23 December 2023, 10:14:24 UTC
23b87ba make the categorical strings uniform in length 23 December 2023, 08:52:52 UTC
17509e3 improve synthetic dataset generation by handling more optional conditions and many other improvements 23 December 2023, 07:08:42 UTC
adef6f9 add new synthetic dataset 22 December 2023, 11:16:15 UTC
1acee87 change check for nan to handle strings 20 December 2023, 07:47:20 UTC
079f7b7 simplifications to ebm-internals documentation 20 December 2023, 00:02:10 UTC
e07166c separate building and testing vm images in azure pipelines and add more python version testing 19 December 2023, 00:41:59 UTC
9a9a2b2 add sdist testing 18 December 2023, 06:32:54 UTC
c503181 broaden shared library files downloaded since we now only build the required shared library files in the initial build phase 17 December 2023, 22:33:50 UTC
78b9048 eliminate building of non-essential libebm shared libraries until the test phase 17 December 2023, 21:14:25 UTC
cb9276f resolve occasionally failing test 16 December 2023, 01:05:16 UTC
10998e3 fix typos in triples notebook 15 December 2023, 18:31:00 UTC
c8ec543 add GA3M sample notebook link to README 15 December 2023, 18:24:55 UTC
45c0385 add 3-way interaction example notebook 15 December 2023, 09:42:15 UTC
efa1bdd add lime installation to notebooks that require lime 14 December 2023, 21:17:33 UTC
e154d3a update release process notes 14 December 2023, 10:42:33 UTC
10327bc reformat 14 December 2023, 04:56:53 UTC
5de02d3 add pytest to tree_interpreter tests to resolve import error on the test 14 December 2023, 02:09:50 UTC
back to top