Giter VIP home page Giter VIP logo

dhp_options_survey_analysis's Introduction

dhp_options_survey_analysis's People

Contributors

beingkk avatar mindrones avatar natalielhtdata avatar

Watchers

Sebastian Ferreyra avatar George Richardson avatar Federico Andreis avatar  avatar Juan Mateos-Garcia avatar  avatar Enrico Gavagnin avatar

dhp_options_survey_analysis's Issues

Categorising issues and interventions

Hi @natalielhtdata, this issue describes the next step for analysing the survey data.

The input data can be found on our Google Drive here (will send you the link on Slack). You can use the survey_data.csv file

The main output should be a list of categorised issues and interventions. So, basically we want to add a new column to survey_data.csv called category

The code in PR #1 already clusters the issues and interventions into some categories. However, we need to make some improvements:

  • Removing generic verbs from the interventions (eg, "decrease", "increase")
  • Improving the clustering method to assign all points to a cluster (at the moment the HDBSCAN method puts some points in a "noise" cluster). You can do this by using HDBSCAN by reassigning the "noise" points to their closest clusters, or you can also try k-means clustering. To do all of this, you can actually copy the clustering module from here which will make it very easy to do. You can see an example of using this module here - and you can also check in with Rosie if you have questions.
  • At this point we should have all the points clustered into categories - here we should make decision whether the clustering results make sense, or whether we need to pivot to a different method (ie, classifying the issues using OpenAI API).
  • If the clustering seems OK, then we should finally give the clusters good names. This could be done manually, but we can also use OpenAI API by providing all the issues and interventions and asking for a short name.

If you have issues with setting up Python on your laptop, you can also initially use Google Colab

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.