Skip to content
#

networks

Here are 625 public repositories matching this topic...

hcgatewood
hcgatewood commented Aug 25, 2021

Current HTTP (obsidian) errors are reported via the HttpError type. This is an idiosyncratic solution, which also doesn't capture all the possible errors. Instead, we should use middleware to capture and report 100% of the HTTP errors

Deliverables

  1. Remove HttpError from the codebase. Instead, either use echo.HTTPError directly, or use/create a convenience function to convert grpc errors to ech
bdpedigo
bdpedigo commented Jun 9, 2021

Expected Behavior

We never tested or intended the out of sample transform to work for those multiple graph embeddings as the inputs wouldn't even make sense

Additional Details

  • Either of these classes could have a transform method if someone wants to implement it and go through the math
  • For now, I recommend that we just override this method in the BaseEmbedMulti class and have t

Improve this page

Add a description, image, and links to the networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the networks topic, visit your repo's landing page and select "manage topics."

Learn more