Skip to content

Commit

Permalink
correct a typo: form >> from
Browse files Browse the repository at this point in the history
  • Loading branch information
haipinglu authored May 10, 2022
1 parent 778b510 commit 5f1d459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ UMLS | umls.ipynb | umls_def_disorder_2021.csv, umls_def_disease_2021.csv

#### Harmonizing datasets into PrimeKG

The code to harmonize datasets and construct PrimeKG is available at `build_graph.ipynb`. Simply run this jupyter notebook in order to construct the knowledge graph form the outputs of the processing files mentioned above. This jupyter notebook produces all three versions of PrimeKG, `kg_raw.csv`, `kg_giant.csv`, and the complete version `kg.csv`.
The code to harmonize datasets and construct PrimeKG is available at `build_graph.ipynb`. Simply run this jupyter notebook in order to construct the knowledge graph from the outputs of the processing files mentioned above. This jupyter notebook produces all three versions of PrimeKG, `kg_raw.csv`, `kg_giant.csv`, and the complete version `kg.csv`.

#### Feature extraction

Expand Down

0 comments on commit 5f1d459

Please sign in to comment.