We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2d6b1 commit 9537ef8Copy full SHA for 9537ef8
stubs/sklearn/ensemble/_hist_gradient_boosting/binning.pyi
@@ -7,6 +7,8 @@ from numpy.random import RandomState
7
from ..._typing import ArrayLike, Int, MatrixLike
8
from ...base import BaseEstimator, TransformerMixin
9
10
+# Author: Nicolas Hug
11
+
12
class _BinMapper(TransformerMixin, BaseEstimator):
13
missing_values_bin_idx_: uint8 = ...
14
is_categorical_: ndarray = ...
0 commit comments