Git Product home page Git Product logo

nate's People

Contributors

mclevey avatar nafnlaus avatar pbrowne88 avatar tcrick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

nate's Issues

Sasha: Kitchen Sink Summary Function Wish List


  • NATE SUMMARY FUNCTIONS, REPORTS, AND VISUALIZATIONS:
  • The story of the kitchen sink

  • Network
    • of Nodes

    • of Edges

    • of Isolates

    • of Subcomponents

    • of Subcomponents > 1

    • Average size of subcomponents
    • Average size of subcomponents that are NOT the giant component
    • Directed, Undirected, or Mixed?
    • Bipartite?
      -- If Directed: DAG?
      -- If Directed: Average Indegree, average Outdegree
      -- If Not Directed: Average degree
    • Node Attributes
    • Edge Attributes

** Social Network Visualizations:
-- Plot histogram of degree (indegree and outdegree if they exist)
-- Plot histogram of MGD
-- Plot histogram of ESP
-- Plot network
--- Edge thickness by weight
--- Edge thickness by similarity score

  • Network SimSummary
  • Average similarity
  • Average dissimilarity

** Network SimSummary Visualizations

  • Plot histogram of node-node similarity scores
  • Plot histograms of all similarity scores calculated
  • Semantic Summary Stuff
  • Number of Discourse Categories

** Semantic Visualizations

  • Alluvial Flow diagram

** Semantic Network

  • Plot Semantic Network
    -- Colour by Discourse Categories(?)
    --

histograms of node-node similarity scores

should be a method in the socnet, simnet, and docnet objects as all three have similarity analyses.

Sasha also want to be able to produce a histogram of all similarity scores calculated. This could be an argument for the method.

Changes to SVO plots

  • Look into fixing layout (don't have to scroll left so much)
  • Remove color from nodes
  • Make nodes rectangular
  • Filter for lower case and non-ascii characters
  • Output to pause-able movie format
  • Interactive, slider-based browser format (D3, perhaps?)
  • HEATMAPS

.summary()

A method that returns basic summary information about a Nate network object.

To include in output:

  • number of nodes

  • number of edges

  • number of isolates

  • number of subcomponents

  • number of subcomponents > 1

  • average size of subcomponents

  • average size of subcomponents that are not the giant component

  • modularity score

  • number of communities

  • directed / undirected

  • n-mode

  • if directed: average in degree, out degree

  • if undirected: average degree

  • list of node attributes

  • list of edge attributes

Remove special columns from namedtuple in nate class

Currently, all of the 'columns' passed into a nate object are stored in self.data, which can be very memory-inefficient.

If we keep the special columns (text, time, ID) separate, and package all of the non-special columns into the self.data object, we'll get the best of both worlds (easy compartmentalization in namespaces, memory efficiency)

Not critical unless we encounter memory bottlenecks.

Implement checks for preprocessing (and run if missing) for each pipeline

Currently, it's necessary to run nate.preprocess to get the spaCy data necessary to instantiate a nate pipeline.

First, pipelines should elegantly check to see if the necessary preprocessing has been completed. This should be simple and is a logical endpoint.

For further user friendliness, though, it would be prudent to enable each of the pipeline-returning functions to also run preprocessing using defaults that will configure the preprocess function to meet their requirements.

Low priority.

Implement informative error messages for key errors

When working with end-point classes in the pipeline (e.g. svo_bursts), users are often called upon to submit a filtering term (either an SVO or a token pair) for visualization steps.

Currently, if users submit an SVO or token pair that isn't present in the svo_bursts class, an uninformative KeyError will result. Consider replacing these with informative errors.

Create progress indicators for each step in each pipeline

Right now, if a user runs a nate pipeline from command line, they won't know what's going on - there's no outward indication of what nate is working on, or even if it is still working.

We should include a judicious number of informative print statements designed to let users know what nate is up to.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.