https://github.com/guanzgrace/princeton-labqueue-projects
Some ongoing projects and project ideas relating to the Princeton COS 126/226/217 Lab Queue
https://github.com/guanzgrace/princeton-labqueue-projects
education educational-technology queuing-theory
Last synced: 3 months ago
JSON representation
Some ongoing projects and project ideas relating to the Princeton COS 126/226/217 Lab Queue
- Host: GitHub
- URL: https://github.com/guanzgrace/princeton-labqueue-projects
- Owner: guanzgrace
- Created: 2020-05-31T03:13:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T18:13:23.000Z (about 5 years ago)
- Last Synced: 2025-02-05T19:12:30.523Z (4 months ago)
- Topics: education, educational-technology, queuing-theory
- Language: Jupyter Notebook
- Homepage:
- Size: 2.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Princeton Lab Queue Projects (public repo)
This repository is a reference for students who want to do IW projects benefitting the Princeton COS 126/226/217 Lab Queue. Specifically, it provides:
- Cleaned-up, anonymized data (in CSV format) of lab queue wait times from the middle of the Fall 2017 semester to the middle of the Spring 2019 semester. The data without any outliers removed is in `labqueue_anon.csv` and the data with some outliers manually removed is in `labqueue_anon_1.csv`. The process of dataset creation and documentation of the features can be found in `Projects/This_Project.pdf`. An example of reading and plotting this lab queue data can be found in `data_visualization.ipynb`.
- A basic ElasticNet model to predict student wait times in `elasticnet_model.ipynb`.
- Additional project ideas in `Projects/Project_Ideas.pdf`.