Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 65e4e07
Author: Reid Johnson <[email protected]>
Date:   Mon Nov 7 04:21:24 2022 -0800

    Fix documentation and build
  • Loading branch information
reidjohnson committed Nov 7, 2022
1 parent 18f74af commit e707d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down
1 change: 1 addition & 0 deletions examples/plot_quantile_interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

est = RandomForestQuantileRegressor(
n_estimators=1,
max_samples_leaf=None,
bootstrap=False,
random_state=0,
)
Expand Down

0 comments on commit e707d8b

Please sign in to comment.