Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Refactor Attribute Embedder Construction #110

Merged
merged 4 commits into from
Dec 6, 2019

Conversation

jmsfltchr
Copy link
Contributor

@jmsfltchr jmsfltchr commented Dec 4, 2019

What is the goal of this PR?

Reduce the complexity of the code for embedding Concepts

What are the changes implemented in this PR?

  • Remove an overly general configure_embedders function
  • Make the embedder construction for categorical vs continuous vs non-attribute more explicit in the pipeline
  • Make KGCN model properly composed by passing in a ThingEmbedder and a RoleEmbedder
  • Move all code related to embedding Concepts into one place

@jmsfltchr jmsfltchr self-assigned this Dec 4, 2019
@jmsfltchr jmsfltchr added this to the 0.2.1 milestone Dec 4, 2019
James Fletcher added 2 commits December 5, 2019 22:26
…passing in a ThingEmbedder and a RoleEmbedder. Moves all embedding code into one place
@jmsfltchr jmsfltchr requested a review from lolski December 5, 2019 22:54
@lolski lolski merged commit 117e89a into typedb:master Dec 6, 2019
@jmsfltchr jmsfltchr deleted the refactor-attr-embedding branch December 12, 2019 16:56
@jmsfltchr jmsfltchr mentioned this pull request Dec 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants