Giter VIP home page Giter VIP logo

datascienceconnects-networkanalyticsintro's Introduction

Objective

Case-study to show how network (or graph) analysis could help organisation of events.

Case-study

Datasets

Participant Table

Primary key: ParticipantId

ParticipantId ParticipantName ParticipantAge ParticipantRace
1 Aaron 27 Chinese
2 Bel 28 Malay
3 Charlie 48 Indian
4 Danielle 49 Others

Event Table

Primary key: EventId

EventId EventType EventDate EventName
1 Sporty 1-Jan-2021 Empty Stadium Football Game
2 Charity 10-Dec-2020 Covid Be Gone
3 Musical 5-Jun-2019 Song of Life

Event Attendance

Primary key: EventId + ParticipantId

EventId ParticipantId
1 1
1 2
2 3

Business Case

You are in the midst of organising another event. A few participants were enthusiastic, and had already signed up.

Your Agency would like to be more deliberate with attendees, so as to encourage better interactions. Specifically, it would be best if (a) remaining participants had not met participants who had already signed up, and (b) remaining participants had somethign in common with participants who had already signed up.

To elaborate on (b), it would be nice if people who haven't met each other could see each other, and say: "Hey, do you know Person XXX?" "Ya, I do know!" Not unlike how social media platforms recommend friends to us.

Analytics Attack Plan

Use a network, since this captures social relationships. To achieve this, generate pairwise combinations of individuals who have attended the same event, and model them as a network.

Then, use metrics like Jaccard coefficient to prioritise candidates to invite to the event.

Example

Concluding remarks

  1. Organisation of datasets is key. Before we can even begin, clean tables for events and participants need to be present.
  2. Running network analytics as a service is hard, but doable. It's simply software engineering.
  3. Predictions should be ground-truthed. Just because Jaccard coefficient scores says they are good candidates, doesn't mean that they actually would enjoy each other's company.

DSAID has some experience in all the above! We've built and are building analytics systems with Agencies. So if you wanna chat about network analytics, reach out to [email protected] or [email protected] (author of this repo).

datascienceconnects-networkanalyticsintro's People

Watchers

 avatar  avatar  avatar

Forkers

herzizza88

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.