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

Best practice for "Imputers" #104

Closed
preinh opened this issue Aug 31, 2021 · 2 comments
Closed

Best practice for "Imputers" #104

preinh opened this issue Aug 31, 2021 · 2 comments
Labels
question Further information is requested

Comments

@preinh
Copy link

preinh commented Aug 31, 2021

What about imputers?

Do you have any recommendation or best practice for address them?

  • When they need to be applied for training data as well before to produce predictions.
  • When they need to be distinct for categorical and continuous values.
@Philoso-Fish
Copy link
Collaborator

We handled imputers in our catalog and experiments for CARLA by removing these samples. Our datasets were, luckily big enough.
I think most of our recourse methods cannot handle missing data, such that imputers have to be dealt with before.

At the moment we don't have a best practice strategy to handle them, maybe I would start with techniques mentioned in https://medium.com/fintechexplained/what-are-imputers-in-data-science-b72f8308322b

@Philoso-Fish Philoso-Fish added the question Further information is requested label Sep 1, 2021
@preinh
Copy link
Author

preinh commented Sep 1, 2021

Thanks @Philoso-Fish , I actually handled them particularly at the Data object. As well exposing the 'fitted' methods for later usage, such getting counterfactuals for later inferences. It worked here but I'm still struggling to generalize it as an skeleton or something like that.

Thanks also for the reference. I'll follow it and growth a little bit, unfortunately not as much as our current real dataset / business problem. :-)

Btw, congratulations for CARLA initiative of benchmarking recourse methods.

@preinh preinh closed this as completed Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants