Tags: shap/shap
Tags
v0.45.1
build(deps): bump the js-minor group in /javascript with 5 updates (#… …3635) Bumps the js-minor group in /javascript with 5 updates: | Package | From | To | | --- | --- | --- | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.3` | `7.24.5` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.3` | `7.24.5` | | [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) | `18.2.0` | `18.3.1` | Updates `react` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `react-dom` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) Updates `@babel/core` from 7.24.3 to 7.24.5 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-core) Updates `@babel/preset-env` from 7.24.3 to 7.24.5 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-preset-env) Updates `react-test-renderer` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-test-renderer) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: js-minor - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: js-minor - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: js-minor - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: js-minor - dependency-name: react-test-renderer dependency-type: direct:development update-type: version-update:semver-minor dependency-group: js-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DOCS: Enable subset of pydocstyle rules, bulk update ruff fixes (#3550) * D410: missing blank line after section * D200: docstring should fit on one line * D202: No blank lines allowed after function docstring * D413: missing blank line after last section * D212: Multi-line docstring sohuld start at the first line * D204: blank line after class docstring * D412: No blank lines allowed between a section header and its content * D411: blank line before section * D208: docstring over-indented * D300: use triple quotes * Backslashes * D209: closing quotes on separate line * D403: capitalise * D407: missing dashed underlines * D409: underlines * D210: No whitespace allowed surrounding docstring text * Enable subset of pydocstyle rules * Include D417 as aspiration * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Minor fixups * Ignore pydocstyle in tests --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fix catboost regression error for shap interaction values (#3459) * fix lightgbm and catboost errors * use C++ short cut to calculate catboost interactions * update comment and refactor one line in _tree.py --------- Co-authored-by: connortann <71127464+connortann@users.noreply.github.com>
PreviousNext