Re: [scikit-learn] classification model that can handle missing values w/o learning from missing values

2023-03-03 Thread Martin Gütlein
Dear Gaël, Thanks for your response. 2. Ignores whether a value is missing or not for the inference What I meant is rather, that the missing value should NOT be treated as another possible value of the variable (this is e.g., what the HistGradientBoostingClassifier implementation in sk-learn

Re: [scikit-learn] classification model that can handle missing values w/o learning from missing values

2023-03-03 Thread Gael Varoquaux
On Fri, Mar 03, 2023 at 10:22:04AM +, Martin Gütlein wrote: > > 2. Ignores whether a value is missing or not for the inference > What I meant is rather, that the missing value should NOT be treated as > another possible value of the variable (this is e.g., what the > HistGradientBoostingClassif