holoclean icon indicating copy to clipboard operation
holoclean copied to clipboard

How to incorporate external knowledge

Open GoFroggyRun opened this issue 6 years ago • 1 comments

Hi, this might be a stupid question, but during a project that I am working on, I used Holoclean for some data repair task. I found that, however, there's no documentation on how external knowledge (like the example in the paper) can be incorporated. Could you advise please?

GoFroggyRun avatar Dec 02 '19 22:12 GoFroggyRun

I came here for the same. How can we load external data checks?

I've noticed there is an example script called: "holoclean_repair_example_df.py"

There I noticed that the error loader is defined as

error_loader = ErrorsLoaderDetector(
        db_engine=hc.ds.engine,
        schema_name='hospital',
        table_name='dk_cells'
)

I am not sure if this is related to schema constraints (or external checks), but in case it does, how is this supposed to be implemented?

I get an error whenever I try to run this second example script

feedthebeat90 avatar Dec 03 '19 18:12 feedthebeat90