i am working on a project in which i am using a dataset -https://www.kaggle.com/aljarah/xAPI-Edu-Data . I want to do clustering of students (each student represented as index), based upon various attributes of the dataset like raised hands, visited resources, announcements viewed, etc. Please suggest how can i implement this using DBSCAN, if not please propose some technique through which i can do it. I am a newbie in this field of data science.
Thanks
i tried studying gmm and dbscan.
i want to do clustering on a dataset.