11 Network Analytics - Problem Statement
11 Network Analytics - Problem Statement
Instructions:
Please share your answers filled in-line in the word document. Submit code separately
wherever applicable.
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
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
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: