Code Monkey home page Code Monkey logo

specialization_project's Introduction

Specialization Project

MS specialization project for Cornell-Technion Dual degree program in Information Systems by Noel Konagai.

Setup

We use a Python 3.7 virtual environment in Conda. To set this up:

conda create -n <your_env> python=3.7 anaconda

To activate:

source activate <your_env>

Install the requirements from the repo:

pip install -r requirements.txt

To deactivate:

deactivate

Testing

analyze.py lets you pass in custom arguments to test certain parts of chkpt3_analysis.py.

flag desc required? type choices used in
-f which function to run no str vary_char, vary_time N/A
-t what time difference to use (mins) no multiple int N/A vary_time
-c what minimum character length to use no multiple int N/A vary_char
-r regression to run on all groups together or separate no str all, separate N/A
-d what data type to use no str vary_char, vary_time N/A

So, for example if you want to dissect the dataframe with specific character cutoffs:

python analyze.py -f vary_char -c 60 70 80

These create individual CSV files either under data/chkpt3/conversation/time or ~/char. Once you have created the CSV files, you can run a regression to see how well the model predicts response rates. To do so:

python analyze.py -r separate -d vary_char

specialization_project's People

Contributors

noelkonagai avatar dependabot[bot] avatar

Stargazers

Johon Li Tuobang 李拓邦 avatar

Watchers

James Cloos avatar  avatar

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.