Skip to content
View claireboyd's full-sized avatar
πŸ‘‹
πŸ‘‹

Highlights

  • Pro
Block or Report

Block or report claireboyd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
claireboyd/README.md

Hi there πŸ‘‹

My name is Claire Boyd and I am an emerging technologist pursuing a master’s in computer science looking to gain mission-driven, data sceince experience. I have a strong foundation in several programming languages, including Python, R, SQL/HQL, HTML, and CSS, as well as experience with IDEs like Visual Studio Code, IntelliJ and Tableau Public.

Claire's GitHub stats

Feel free to explore the following projects/coursework below to get a better sense of my skills and interests:

  • 🍽️ Dirty Comments, Clean Plates (March 2024): Used a corpus of text-based Yelp restaurant reviews to train a model to classify if a restaurant is likely to fail a health inspection and predict if a review is human-generated or generated by GPT 3.5 or 4.

  • ☎️ 311 Requests in Chicago (December 2023): Created a simple web app which gives users a summary of the 311 requests in their Chicago neighborhood, built with Lambda Architecture principles using Apache's tech stack (HDFS, Hadoop, Hive, Spark, etc). The cluster that the app was built with is no longer active, so watch the video included to see the app in action!

  • πŸ”Œ Forecasting Electricity Usage (December 2023): Used time series modeling (Regression with ARIMA errors and ELS) to model and forecast monthly resedential electricity usage in California. All code was written in R and all analysis is summarized in the final presentation deck.

  • πŸ€ Predicting Neighborhood-Level Rat Activity in New York City (September 2023): Created a time series predictive model to forecast the volume of weekly rat-related 311 requests in each neighborhood, informing mitigation strategy for NYC Rat Czar.

  • 🏠 Finding comparable properties with LightGBM (June 2023): Developed a new feature, the "comparable finder," into the R package lightsnip which enables accurate identification of comparable properties crucial for assessing property values in Cook County. Read more here for a longer explanation of this project.

  • 🩻 Predicting Pneumonia using Chest X-Ray Images (May 2023): Working alongside three classmates, we used LeNet and Logistic Regression to predict pneumonia using chest X-Ray images with 99.4% recall accuracy, after implementing different image transformations in pytorch!

  • πŸ“ˆ COVID-19 Online: How people interacted with government websites during the pandemic (March 2023): Working alongside three classmates, we built a complete data pipeline (from collection to visualization) to explore web traffic to HHS websites during the pandemic.

  • πŸ“– Scraper for Chicago Maps Archive (Feb 2023): In my role as digialization specialist for the University of Chicago Library System Special Collection's Department, I reconfigured data made publicly available by the Chicago History Museum to help process and digitize the maps for public use by University of Chicago Library's Preservation Departments.

  • πŸ““ CAPP Coursework (Aug 2022-Present): This repository gives a better sense of the programming assignments that I've completed through my coursework to-date that showcase my technical abilities. My code for each assignment listed is available upon request.

  • πŸ“ Publications (Aug 2018-Present): This repository has a list of my recent publications from my time as a researcher at the Urban Institute's Office of Race and Equity Research.

For more information about any of the above, please feel free to explore my current resume, reach out via email or connect with me on LinkedIn. Looking forward to connecting!

Pinned

  1. 311requests_chicago 311requests_chicago Public

    Created a simple web app which gives users a summary of the types of 311 requests in their Chicago neighborhood, built with Lambda Architecture principles using Apache's tech stack

    HiveQL

  2. predicting_rats_nyc predicting_rats_nyc Public

    Used time series modeling of 750K relevant 311 requests to predict the volume of weekly rat activity for every NYC neighborhood, with an average MAPE of 5.6%, which currently feeds into a live Powe…

    Jupyter Notebook

  3. silent_p silent_p Public

    Group project for Machine Learning for Public Policy, using LeNet and Logistic Regression for a computer vision binary classification task

    Jupyter Notebook

  4. covid19_online covid19_online Public

    Course project that uses a complete data pipeline (from collection to visualization) contextualizing traffic to HHS websites during the COVID-19 pandemic.

    Python