MLResearchAtOSRAM / cause2e

The cause2e package provides tools for performing an end-to-end causal analysis of your data. Developed by Daniel Grünbaum (@dg46).
https://gitlab.com/causal-inference/working-group/-/wikis/home
MIT License
56 stars 4 forks source link

Exception handling #30

Open dg46 opened 2 years ago

dg46 commented 2 years ago

Currently, we have only minimal handling of exceptions. Given that causal analyses with cause2e have a mostly fixed structure, it would be helpful for the users to receive clearer feedback, at least whenever their input for the main analysis methods cannot be processed as desired.

Steps:

dg46 commented 2 years ago

An example for the desired state of exception handling is the recently added spellchecking for variable names in the domain knowledge, which is handled by telling the user the name of the problematic variable and asking them to do a spellcheck on their input.