webyrd / mediKanren

Proof-of-concept for reasoning over the SemMedDB knowledge base, using miniKanren + heuristics + indexing.
MIT License
323 stars 53 forks source link

contract violation, expected real #20

Open biocyberman opened 6 years ago

biocyberman commented 6 years ago

I am building index for semmed database.

The sample_semmed.csv could be run successfully. But the whole data exported from 'PREDICATION' does not work. Please see the error in the attachement.

medikanren.error.txt

imiborbas commented 4 years ago

Having the same issue. I have tried the SEMMED dataset referenced in code/semmed/README.md (semmedVER30_A).

The exact file name in the readme is semmedVER30_A_clean.csv, which hints towards a potential cleaning step needed before loading the data.

Any help with this would be greatly appreciated. Once I know how to clean the data, I will be happy to contribute a script to generate the right CSV.

Thanks in advance. @webyrd @biocyberman