typedb/typedb-ml

Simplify UI

jmsfltchr opened this issue · 1 comments

Problem to Solve

The way that a user should construct, customise and use a KGCN is by example, and needs:

  • simplification
  • better documentation
  • design consideration for how to remain flexible whilst offering simplicity

Current Workaround

Users must look into the diagnosis example and the main pipeline.py in order to see how the program works.

Proposed Solution

Compartmentalise functionalities such that users can customise the pipeline easily and according to how much detail they need to go to.

Improving simplicity has been addressed by #109 #110 #117 #118 both for the diagnosis example and the pipeline.

There have also been significant README improvements from #106 #114