Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Oct 25, 2023
1 parent 6595920 commit 7ca3f3e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions examples/plot_quantile_conformalized.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
while QRF may require additional calibration for reliable interval estimates.
This example uses MAPIE to construct the CQR interval estimates with a QRF.
"""

print(__doc__)

import warnings
Expand Down
1 change: 1 addition & 0 deletions examples/plot_quantile_extrapolation_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
approach.
"""

print(__doc__)

import matplotlib.pyplot as plt
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 @@ -7,6 +7,7 @@
prediction when the desired quantile lies between two data points.
"""

print(__doc__)

import matplotlib.pyplot as plt
Expand Down
1 change: 1 addition & 0 deletions examples/plot_quantile_regression_intervals.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
intervals on the California Housing dataset.
"""

print(__doc__)

import matplotlib.pyplot as plt
Expand Down
1 change: 1 addition & 0 deletions examples/plot_quantile_toy_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
the predictions to a ground truth function used to generate noisy samples.
"""

print(__doc__)

import matplotlib.pyplot as plt
Expand Down
1 change: 1 addition & 0 deletions examples/plot_quantile_vs_standard_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
distribution, the mean is to the right of the median.
"""

print(__doc__)

import matplotlib.pyplot as plt
Expand Down
1 change: 1 addition & 0 deletions examples/plot_quantile_weighted_vs_unweighted.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
comparison.
"""

print(__doc__)

import time
Expand Down

0 comments on commit 7ca3f3e

Please sign in to comment.