25% found this document useful (4 votes)
849 views

11 Network Analytics - Problem Statement

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
25% found this document useful (4 votes)
849 views

11 Network Analytics - Problem Statement

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Topic: Network Analytics

Instructions:
Please share your answers filled in-line in the word document. Submit code separately
wherever applicable.

Please ensure you update all the details:


Name: _____________ Batch ID: ___________
Topic: Network Analytics

Hints:
1. Business Problem
1.1. What is the business objective?
1.1. Are there any constraints?

2. Work on each feature of the dataset to create a data dictionary as displayed in the below
image:

2.1 Make a table as shown above and provide information about the features such as its data type
and its relevance to the model building. And if not relevant, provide reasons and a description of the
feature.

3. Data Cleaning

4. Model Building

4.1. Perform network analytics on the given datasets.


4.2. Briefly explain the model output in the documentation.

5. Write about the benefits/impact of the solution - in what way does the business (client)
benefit from the solution provided?
Problem Statement: -
There are two datasets consisting of information for the connecting routes and flight halt. Create
network analytics models on both the datasets separately and measure degree centrality, degree of
closeness centrality, and degree of in-between centrality.
● Create a network using edge list matrix (directed only).
● Columns to be used in R:

Flight_halt=c("ID","Name","City","Country","IATA_FAA","ICAO","Latitude","Longitude","Altitude","Time"
,"DST","Tz database time")

connecting routes=c("flights", " ID", "main Airport”, “main Airport ID", "Destination ","Destination
ID","haults","machinary")

connecting routes

© 2013 - 2021 360DigiTMG. All Rights Reserved.


Flight_hault1

Problem statement
There are three datasets given (Facebook, Instagram, and LinkedIn). Construct and visualize the
following networks:
● circular network for Facebook
● star network for Instagram
● star network for LinkedIn

Create a network using an adjacency matrix (undirected only). The snapshots of those datasets are given
below:

Facebook

© 2013 - 2021 360DigiTMG. All Rights Reserved.


Instagram

LinkedIn

© 2013 - 2021 360DigiTMG. All Rights Reserved.

You might also like