Code Monkey home page Code Monkey logo

nsf_stem's Introduction

NSF STEM

The goal of this project is to model undergraduate student performance as measured by grades in STEM courses. I approached this as both a classification and regression problem.

The project primarily relies on Stata for data cleaning and the Python libraries scikit-learn for the learning algorithms and imbalanced-learn to address class imbalance.

Inputs: Raw administrative data from several DB's. Outputs: Predicted STEM course grades based on available data.

This work is ongoing, and this repo is not updated live.

Organization

The ./data-cleaning/ folder contains all Stata .do files used to clean the training data. The entire procedure can be completed by running the ./data-cleaning/0.0_data_cleaning_control.do file.

The ./src/ folder contains the Python code used to train and test various learning algorithms for our problem. This procedure can be completed by running the ./src/master.py file.

Environment Setup using Anaconda and Bash terminal

conda create --prefix=$HOME/myenvs/nsfstem python=3.10
source activate $HOME/myenvs/nsfstem
pip install -r PATHTOPROJECTFOLDER/requirements.txt
pip install --upgrade gensim

Latest

I attended the Association for Education Finance and Policy 2024 conference where I presented progress in this work. We received great feedback and will be including additional analyses and modelling strategies.

Poster presentation for AEFP 2024

nsf_stem's People

Contributors

isaigb avatar

Watchers

 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.