Code Monkey home page Code Monkey logo

subgroupexplorertool_dataviz_cs765's Introduction

SubGroupExplorerTool_DataViz_CS765

A tool meant to aid in sub group exploration: designed to find interesting and valid subgroups in a dataset as well as present multivariate visualizations of those subgroups.

Building and Running:

  • You should be able to import the Explorer.py class and access all methods using standard Python 3
  • The dependanceies are all very standard and are as follows:
    • pandas, numpy, scipy, matplotlib, sklearn, math

Data:

There are four example data sets provided for the user in the repository, both full and subset verisons. Examples of how to use all four are provided in the tutorial notebook. In general the data should be of CSV format, with the first row labeling the type of data for the column ("Categorical", "Ordinal", "Interval", and "Ratio"), this may require a bit of pre-processing. The second row should be the headers, and all other rows should be the data.

Tutorial Notebooks:

Two different notebooks exist.

  1. "Tutorial 1 (Full) USCensus ACS 2019 Wisconsin": This notebook showcases every function available in the class and how to use each. It relies on both ACS data sets. There are many annotations as well describing the functionality of the code and the data analysis methodology that you might want to follow. This is the primary notebook to explore!

  2. "Tutorial 2 (Exploritory) AmericanTimeUsageSurvey": This is a supplementary notebook using the other two data sets provided and was used to validate the tool. It goes through a less complete but more realistic use of the tool in order to pull out some interesting results. Below are some examples of the multivariate comparison plots that were produced with it.

Example Multivariate Sub Group Comparison Plots:

Time spent on house hold activites vs age for males and females colored by Labor Force Status: Time spent on house hold activites vs age for males and females colored by Labor Force Status

Time spent on Sports/Exercise vs age for males and females colored by Labor Force Status: Time spent on Sports/Exercise vs age for males and females colored by Labor Force Status

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.