Git Product home page Git Product logo

rmdetectors's Introduction

RM Detector Feature Extraction

This code takes raw input and generates aggregrated, tagged data for input into a feature selection algorithm for the generation of detectors of student affect and behavior.

The main code is RMGenerateFeatures.java.

The code requires a single command-line argument which is the folder containing the student logs. The directory must contain:

  • baker_ses_classes.csv and vw_classes.csv: The raw log files.
  • syncedDataAll.txt: The observation logs.
  • PofJ.txt, PofG.txt, and PofS.txt: The parameters, determined by linear regression, for the calculation of contextual BKT parameters.
  • generatecontextual.py and contextualfeatures.py: Copy these scripts to the log file directory.

The result, contained in a folder called clips, will be the data, aggregated into clips, for all observations as well as divided by label.

Note: Intermediate files are retained, and can be quite large. Upon completion of the process, the directory is likely to contain around 10 GB of files.

Note: The step of correcting the observation sync, performed by the method RMGenerateFeatures.setObs(), takes quite a long time. It's stongly recommended that this command by executed once, and the resulting file, syncedDataAll_new.txt be renamed to syncedDataAll.txt, with the call to setObs() commented out in the code.

rmdetectors's People

Contributors

wlmiller avatar

Watchers

James Cloos 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.