Skip to content

Commit 1c9a42e

Browse files
committed
Pushing the docs to dev/ for branch: main, commit e1ce967a330bc9444b7284ac0fa8d5fbbb03adda
1 parent efb24bc commit 1c9a42e

File tree

1,304 files changed

+7123
-7081
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,304 files changed

+7123
-7081
lines changed

dev/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 5311d63d9876b1e2fc50d34c2adb3d4e
3+
config: b8552c1840e582d8069bb272f008b1c5
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.

dev/_downloads/acc6f0183d4b7293ae5914724f55bc28/plot_gradient_boosting_categorical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
# are considered categorical features.
144144
#
145145
# The main difference between this estimator and the previous one is that in
146-
# this one, we let the :class:`~ensemble.HistGradientBoostingRegressor` know
147-
# which features are categorical.
146+
# this one, we let the :class:`~ensemble.HistGradientBoostingRegressor` detect
147+
# which features are categorical from the DataFrame columns' dtypes.
148148

149149
hist_native = HistGradientBoostingRegressor(
150150
random_state=42, categorical_features="from_dtype"

0 commit comments

Comments
 (0)