Question: By using python Python Use students Analysis dataset: 1. Aggregate the students data set by course and calculate the average mark and the average number
By using python
Python Use students Analysis dataset: 1. Aggregate the students data set by course and calculate the average mark and the average number of attended classes. * Your not allowed to use groupby method in pandas for this only this question 2. Cluster the data set using the K-Means algorithm. Does one attribute dominate the clustering? What can you do about this? Assign suitable labels to your clusters. 3. Cluster the data set using Agglomerative Hierarchical Clustering. Experiment with different setting for calculating the cluster similarity. What is a good setting? 4. What does the dendrogram tell you about the distances between the different groups of students
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
