You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks a lot for this awesome piece of work.
I failed to export a bagImputing modell which I generated with the preProcess(data, method = "bagimpute") function. Later on I found out, that there are no imputing methods implemented yet but medianInpute. Is there any development ongoing regarding different imputing methods?
The text was updated successfully, but these errors were encountered:
Is there any development ongoing regarding different imputing methods?
It's extremely unlikely that I will be expanding support for the preProcess object by implementing model-based imputation (eg. knnImpute or bagImpute). Technically, it wouldn't be too difficult, because it can be represented in PMML as model chain where the first element is a GBM model that performs an imputation in case some value is missing, and the second element is then the "real model" element.
First of all thanks a lot for this awesome piece of work.
I failed to export a bagImputing modell which I generated with the preProcess(data, method = "bagimpute") function. Later on I found out, that there are no imputing methods implemented yet but medianInpute. Is there any development ongoing regarding different imputing methods?
The text was updated successfully, but these errors were encountered: