Questions around BinningProcess() and how it handles missing values and monotonic trend #332
priyankamishra31
started this conversation in
General
Replies: 1 comment
-
Missing values get their own bin, see e.g. this subsection of the tutorial. Monotonic trends get detected. See this subsection of the tutorial, and the docstring of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Missing Values
Can you please tell me how BinningProcess() handles missing value in dataset ? Does the process assign a random value to them or have them as a separate bin ?
Monotonic Trend
Do all the bins returned by the BinningProcess() follow monotonic trend by default?
Thanks for your help with this
Beta Was this translation helpful? Give feedback.
All reactions