Eugenia Oshurko

Results 10 issues of Eugenia Oshurko

We need to have means for reserving a validation set (or even make a k-fold cross validation) for the embedding models (usually based on link prediction, i.e. reserve sets of...

enhancement

Would be nice to create a new interface `GensimNodeEmbedder` that could allow us to use different Gensim models, adaptable to the node representation learning problem.

enhancement

Would it make sense to add typing to BlueGraph, so that additional checks can be performed using [mypy](http://mypy-lang.org/). Moreover, it would contribute to the project documentation.

enhancement

Currently, only one edge between a pair of nodes in allowed. For some use cases, it would be useful to support **multiedges**. For example: Alice and Bob have two relationships,...

enhancement

At the moment, there is no way to retrieve node positions dynamically generated by the layout (e.g. force layout, cose, etc) in Dash or by user dragging. They are not...

enhancement

When the visualization app is used (after some point: switching between graphs, merging removing nodes) the node labels start to glitch on zoom in/out. They disappear and/or are not displayed...

bug

Proposed features: - Remove entities of a given type - Remove entities of a given length (now we can remove entities with the length == 2) - Remove entities made...

enhancement

BlueGraph's `PGFrame` needs to provide means for interacting with nexus-forge. Currently, resources can be converted to `pandas` dataframes that can be easily transformed into nodes/edges of property graphs. Possible questions:...

enhancement

(Unsupervised/supervised) Graph embedding constructs embedding vectors for entire graphs. This allows to perform the following downstream tasks: - graph classification - graph clustering BlueGraph should implement graph embedding and the...

enhancement