Skip to content

Commit 2a81909

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#108)
* Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.2...v1.12.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update _quantile_forest.py --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Reid Johnson <[email protected]>
1 parent e89f896 commit 2a81909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
pattern: artifact-*
6868
merge-multiple: true
6969

70-
- uses: pypa/[email protected].2
70+
- uses: pypa/[email protected].3
7171
with:
7272
user: __token__
7373
password: ${{ secrets.PYPI_PASSWORD }}

quantile_forest/_quantile_forest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ class RandomForestQuantileRegressor(BaseForestQuantileRegressor):
13011301
>>> qrf.fit(X[:1000], y[:1000])
13021302
RandomForestQuantileRegressor(random_state=0)
13031303
>>> qrf.score(X, y, quantiles=0.5)
1304-
0.359...
1304+
0.35...
13051305
"""
13061306

13071307
def __init__(

0 commit comments

Comments
 (0)