Skip to content

Commit 7f1c249

Browse files
Update examples/ensemble/plot_gradient_boosting_quantile.py
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
1 parent e6687f6 commit 7f1c249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ensemble/plot_gradient_boosting_quantile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
intervals.
88
"""
99
# %%
10-
# Generate some data for a synthetic regression problem by applying the f
11-
# function to uniformly sampled random inputs.
10+
# Generate some data for a synthetic regression problem by applying the
11+
# function f to uniformly sampled random inputs.
1212
import numpy as np
1313
from sklearn.model_selection import train_test_split
1414

0 commit comments

Comments
 (0)