Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding columns with the information where imputed. #38

Open
jjanborowka opened this issue Aug 27, 2020 · 1 comment
Open

Adding columns with the information where imputed. #38

jjanborowka opened this issue Aug 27, 2020 · 1 comment

Comments

@jjanborowka
Copy link
Collaborator

Adding separate PipeOpPreproces function is required to create columns with the information where imputation will happen. I will do this. This issue is only to inform you about the problem with the current solution.

@jjanborowka
Copy link
Collaborator Author

jjanborowka commented Aug 27, 2020

Solution to this problem already exists in mlr3 and it looks like this.

col_0_1 <- PipeOpMissInd$new()
col_0_1$param_set$values$affect_columns <- selector_type(c("factor", "ordered", "character",'numeric','integer'))

impgraph = list(
PipeOpMissMDA_MFA$new(),
col_0_1
) %>>% po("featureunion")

.

jjanborowka added a commit to jjanborowka/EMMA that referenced this issue Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant