Skip to content

Commit 9537ef8

Browse files
authored
Discard changes to stubs/sklearn/ensemble/_hist_gradient_boosting/binning.pyi
1 parent 0d2d6b1 commit 9537ef8

File tree

1 file changed

+2
-0
lines changed
  • stubs/sklearn/ensemble/_hist_gradient_boosting

1 file changed

+2
-0
lines changed

stubs/sklearn/ensemble/_hist_gradient_boosting/binning.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ from numpy.random import RandomState
77
from ..._typing import ArrayLike, Int, MatrixLike
88
from ...base import BaseEstimator, TransformerMixin
99

10+
# Author: Nicolas Hug
11+
1012
class _BinMapper(TransformerMixin, BaseEstimator):
1113
missing_values_bin_idx_: uint8 = ...
1214
is_categorical_: ndarray = ...

0 commit comments

Comments
 (0)