Slavi Marinov
Slavi Marinov
The paper claims that the transition matrix `T=D^0.5*E*D^0.5` is symmetric, and `socialsent.graph_construct.transition_matrix` takes a `sym` parameter that is supposed to make the transition matrix symmetric. That is however not the...
Python 3
Yep.
Most of the work is already done, just need to set up the account properly.
Various outstanding TODOs here: https://github.com/manahl/pynorama/blob/master/docs/source/walkthrough.ipynb
User scenario here is creating training data, e.g. for document classification. Currently, the user has to do this outside of Pynorama. It would be nice if we allow editing Table...
We should investigate what we can integrate with. The [Embedding Projector](https://projector.tensorflow.org/) may be good candidate.
User story here is that upon restarting of Pynorama, all views are automatically refreshed. It would be best if we could leave that choice to the user, and allow users...
Code already implemented at AHL; we need to open-source it.
The code is already implemented at AHL: we would need to open-source it.
Should be fairly straightforward to implement. We would need a React component to display the confusion matrix. It would have 2 inputs: the "ground truth" column and the "model" column....